Skip to content

Commit

Permalink
Update docs/framework-integration/react.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tanner Reits <[email protected]>
  • Loading branch information
christian-bromann and tanner-reits authored Nov 6, 2024
1 parent 386de78 commit 8d08529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework-integration/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ export const config: Config = {

**Type: `string[]`**

Allows user to exclude a list of components to be server side rendered by Next.js or other React
Allows users to exclude a list of components from server side rendering by Next.js or other React
frameworks. This may be useful if you would like to generally ignore some components from being
rendered on the server or if you like roll out SSR support for your design system one component at
a time.
Expand Down

0 comments on commit 8d08529

Please sign in to comment.