Skip to content

Commit

Permalink
Fix typo load-the-state-from-the-session.md (#746)
Browse files Browse the repository at this point in the history
Trivial fix, but instructions mentioned "App.js" instead of "App.tsx"
  • Loading branch information
carmelowoodgett authored Dec 13, 2023
1 parent 75ec650 commit 047688d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _chapters/load-the-state-from-the-session.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Since loading the user session is an asynchronous process, we want to ensure tha
We'll conditionally render our app based on the `isAuthenticating` flag.
{%change%} Replace the `return` statement in `src/App.js` with the following.
{%change%} Replace the `return` statement in `src/App.tsx` with the following.
{% raw %}
Expand Down

0 comments on commit 047688d

Please sign in to comment.