Skip to content

Commit

Permalink
Update create-a-settings-page.md (#753)
Browse files Browse the repository at this point in the history
Fixing a typo
  • Loading branch information
smokeyblues authored Jan 17, 2024
1 parent 50d5692 commit f110101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _chapters/create-a-settings-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function Settings() {
}
```

{%change%} Next, add the following below the `/signup` route in our `<Routes>` block in `src/Routes.js`.
{%change%} Next, add the following below the `/signup` route in our `<Routes>` block in `src/Routes.tsx`.

```tsx
<Route path="/settings" element={<Settings />} />
Expand Down

0 comments on commit f110101

Please sign in to comment.