From ff9096044f19b599647f4eef6ae9ad19cc5c1b78 Mon Sep 17 00:00:00 2001
From: Julian Horner <julianhorner@web.de>
Date: Sat, 4 Jan 2020 13:34:09 +0100
Subject: [PATCH] Correct typo

---
 src/main/resources/templates/securedPage.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/templates/securedPage.html b/src/main/resources/templates/securedPage.html
index 55b3574..c53b626 100644
--- a/src/main/resources/templates/securedPage.html
+++ b/src/main/resources/templates/securedPage.html
@@ -6,6 +6,6 @@
   </head>
   <body>
 	<h1>Page with authentication</h1>
-    <a href="#" th:href="@{/}">You're authorised to see this page</a>
+    <a href="#" th:href="@{/}">You're authorized to see this page</a>
   </body>
 </html>
\ No newline at end of file
-- 
GitLab