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.