diff --git a/docs/advanced-features/react-18/server-components.md b/docs/advanced-features/react-18/server-components.md index c171b541a77e4..c8bf8101a5b16 100644 --- a/docs/advanced-features/react-18/server-components.md +++ b/docs/advanced-features/react-18/server-components.md @@ -2,7 +2,7 @@ React Server Components allow developers to build applications that span the server and client, combining the rich interactivity of client-side apps with the improved performance of traditional server rendering. -In Next.js 13, you can start using the `app/` directory (beta) which use Server Components by default. Learn more by reading the `app/` directory (beta) documentation: +In Next.js 13, you can start using the `app/` directory (beta) which uses Server Components by default. Learn more by reading the `app/` directory (beta) documentation: - [Rendering Fundamentals](https://beta.nextjs.org/docs/rendering/fundamentals) - [Server and Client Components](https://beta.nextjs.org/docs/rendering/server-and-client-components)