Skip to content

Commit

Permalink
Docs: Remove extra word in 03-scripts.mdx (#51304)
Browse files Browse the repository at this point in the history
Removes extra 'the' in the documentation

Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
tyler-lutz and ijjk committed Jun 14, 2023
1 parent 86112a3 commit 9539440
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ export default function DashboardLayout({ children }) {
}
```

The third-party script is fetched when the the folder route (e.g. `dashboard/page.js`) or any nested route (e.g. `dashboard/settings/page.js`) is accessed by the user. Next.js will ensure the script will **only load once**, even if a user navigates between multiple routes in the same layout.
The third-party script is fetched when the folder route (e.g. `dashboard/page.js`) or any nested route (e.g. `dashboard/settings/page.js`) is accessed by the user. Next.js will ensure the script will **only load once**, even if a user navigates between multiple routes in the same layout.

</AppOnly>

Expand Down

0 comments on commit 9539440

Please sign in to comment.