Skip to content

Commit 00acf05

Browse files
Fix Typo
1 parent 3ac9684 commit 00acf05

File tree

1 file changed

+1
-1
lines changed
  • src/pages/2023-11/react-server-components

1 file changed

+1
-1
lines changed

src/pages/2023-11/react-server-components/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ For the most part this is not often something you need to do, but if you find yo
216216

217217
## How To Use Server Components
218218

219-
Server components are still very experimental and thus are not able to be used directly inside of React. Instead you must use a framework that implements server compoents to use them. Currently the only framework that implements server components is Next.js, but many other frameworks are experimenting with implementing server components.
219+
Server components are still very experimental and thus are not able to be used directly inside of React. Instead you must use a framework that implements server components to use them. Currently the only framework that implements server components is Next.js, but many other frameworks are experimenting with implementing server components.
220220

221221
In Next.js specifically all components you create are server components by default. In order to use a client component you must opt into it by adding the `"use client"` string at the top of the file.
222222

0 commit comments

Comments
 (0)