Skip to content

Commit 8743a6c

Browse files
committed
fix(blog): typo
1 parent c635c95 commit 8743a6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/content/blog/nextui-v2.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Thanks to the switch to TailwindCSS, **NextUI v2.0** now supports React Server C
8686
improves performance and allows you to use it with the latest versions of [React](https://reactjs.org/) and
8787
[Next.js](https://nextjs.org/).
8888

89-
NextUI components already inclue the `use client;` directive so you can import them directly in your
90-
server components.
89+
NextUI components already include the `use client;` directive so you can import them directly
90+
in your React Server Components (RSC).
9191

9292
```jsx
9393
// app/page.tsx

0 commit comments

Comments
 (0)