From 9918e0eb382be919b54c379e577b361d8bde0d1b Mon Sep 17 00:00:00 2001 From: Tyler Lutz <66930763+tyler-lutz@users.noreply.github.com> Date: Wed, 14 Jun 2023 12:04:33 -0500 Subject: [PATCH] Remove extra 'the' --- .../01-building-your-application/05-optimizing/03-scripts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-app/01-building-your-application/05-optimizing/03-scripts.mdx b/docs/02-app/01-building-your-application/05-optimizing/03-scripts.mdx index 6fde53d58c01..65c0388c29c5 100644 --- a/docs/02-app/01-building-your-application/05-optimizing/03-scripts.mdx +++ b/docs/02-app/01-building-your-application/05-optimizing/03-scripts.mdx @@ -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.