From 6e0d35cf53de18f3efb332737342940a4f21fee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petteri=20R=C3=A4ty?= Date: Wed, 10 Aug 2022 19:21:05 +0300 Subject: [PATCH] Fix typo Fix typo prodcution to production --- example_app/example_app/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_app/example_app/templates/home.html b/example_app/example_app/templates/home.html index 75febda..b537d05 100644 --- a/example_app/example_app/templates/home.html +++ b/example_app/example_app/templates/home.html @@ -7,7 +7,7 @@

Welcome to the Open Banking toy APP!

This is a simple example application which shows how the Nordeas Open Banking API can be used.


-

Note that this is intented to be an example how you can use the API programmatically, do not use this in prodcution! There are many important missing features in this app, notably proper exception handling and lack of TLS.

+

Note that this is intented to be an example how you can use the API programmatically, do not use this in production! There are many important missing features in this app, notably proper exception handling and lack of TLS.

Use the navbar above to explore this toy app.

For more information about the API, click the learn more below to get more information about the API