From 8cfab0fb90ca6eb33db7a3353ea5572984af4d81 Mon Sep 17 00:00:00 2001 From: Kolja Lampe Date: Tue, 27 Jul 2021 00:13:00 +0200 Subject: [PATCH] Fix typo --- docs/public/content/examples/04-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/public/content/examples/04-authentication.md b/docs/public/content/examples/04-authentication.md index 416efcd..5320623 100644 --- a/docs/public/content/examples/04-authentication.md +++ b/docs/public/content/examples/04-authentication.md @@ -2,7 +2,7 @@ __Source code__: [GitHub](https://github.com/ryannhg/elm-spa/tree/main/examples/04-authentication) -In a real world application, it's common to have the notion of a signed-in users. When it comes to routing, it's often useful to only allow signed-in users to visit specific pages. +In a real world application, it's common to have the notion of a signed-in user. When it comes to routing, it's often useful to only allow signed-in users to visit specific pages. It would be wonderful if we could define logic in _one place_ that guarantees only signed-in users could view those pages: