From ad50ba42fd8ef03787ba6068c2895c990eccf033 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 11 Dec 2021 07:56:17 +1100 Subject: [PATCH] Updated learning the code (markdown) --- learning-the-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learning-the-code.md b/learning-the-code.md index 884d30b..05ae8e8 100644 --- a/learning-the-code.md +++ b/learning-the-code.md @@ -35,7 +35,7 @@ Account and administration pages are separated into their own directories, while `homepage.jsx` is shown when the user is logged out - every default page redirects here if the user is logged out. -`dashboard.jsx` is shown when the user is logged in - pages that shouldn't be seen when logged in also redirect to `homepage.jsx`, which in tern redirects here. +`dashboard.jsx` is shown when the user is logged in - pages that shouldn't be seen when logged in also redirect to `homepage.jsx`, which in turn redirects here. `not-found.jsx` is used when the specified page can't be found.