Skip to content

Commit

Permalink
fix: typo into 03-css-in-js.mdx page (#51761)
Browse files Browse the repository at this point in the history
### Improving Documentation
Just fixing a typo into "alphabetical" word

- Run `pnpm prettier-fix` to fix formatting issues before opening the PR.
- Read the Docs Contribution Guide to ensure your contribution follows the docs guidelines: https://nextjs.org/docs/community/contribution-guide

### What?
Misleading typo
  • Loading branch information
iaurg authored Jun 24, 2023
1 parent 881512b commit 5e36c34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Use CSS-in-JS libraries with Next.js
>
> We're working with the React team on upstream APIs to handle CSS and JavaScript assets with support for React Server Components and streaming architecture.
The following libraries are supported in Client Components in the `app` directory (alphbetical):
The following libraries are supported in Client Components in the `app` directory (alphabetical):

- [`pandacss`](https://panda-css.com)
- [`styled-jsx`](#styled-jsx)
Expand Down

0 comments on commit 5e36c34

Please sign in to comment.