From e797546ee316cf413208da7b8232a92ae1a4294d Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Sat, 10 Jun 2023 08:15:02 -0500 Subject: [PATCH] Adds missing `and` in `How to Use These Docs` section (#51058) Fixes #50227 --- docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.mdx b/docs/index.mdx index 000f47beb6bbe..88fa62d22022b 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -33,7 +33,7 @@ Some of the main Next.js features include: The sections and pages of the docs are organized sequentially, from basic to advanced, so you can follow them step-by-step when building your Next.js application. However, you can read them in any order or skip to the pages that apply to your use case. -At the top of the sidebar, you'll notice a dropdown menu that allows you to switch between the **App Router** the **Pages Router** features. Since there are features that are unique to each directory, it's important to keep track of which tab is selected. +At the top of the sidebar, you'll notice a dropdown menu that allows you to switch between the **App Router** and the **Pages Router** features. Since there are features that are unique to each directory, it's important to keep track of which tab is selected. On the right side of the page, you'll see a table of contents that makes it easier to navigate between sections of a page. The breadcrumbs at the top of the page will also indicate whether you're viewing App Router docs or Pages Router docs.