diff --git a/docs/01-app/01-getting-started/03-layouts-and-pages.mdx b/docs/01-app/01-getting-started/03-layouts-and-pages.mdx index f8472b31e294..631d9fc938e8 100644 --- a/docs/01-app/01-getting-started/03-layouts-and-pages.mdx +++ b/docs/01-app/01-getting-started/03-layouts-and-pages.mdx @@ -1,6 +1,6 @@ --- title: Layouts and Pages -description: Learn how to create your first pages and layouts, and link between them with the Link component. +description: Learn how to create your first pages and layouts, and link between them using the Link component. related: title: API Reference description: Learn more about the features mentioned in this page by reading the API Reference. @@ -12,7 +12,7 @@ related: - app/api-reference/file-conventions/dynamic-routes --- -Next.js uses **file-system based routing**, meaning you can use folders and files to define routes. This page will guide you through how to create layouts and pages, and link between them. +Next.js uses **file-system based routing**, meaning you can define routes using folders and files. This page will guide you through creating layouts and pages, and linking between them. ## Creating a page