Skip to content

Commit

Permalink
doc: add quotes to api (#32898)
Browse files Browse the repository at this point in the history
x-ref: #32896
  • Loading branch information
huozhi committed Dec 29, 2021
1 parent ec2e107 commit 636d3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/react-18.md
Expand Up @@ -12,7 +12,7 @@ Ensure you have the `rc` npm tag of React installed:
npm install next@latest react@rc react-dom@rc
```

That's all! You can now start using React 18's new APIs like `startTransition` and Suspense in Next.js.
That's all! You can now start using React 18's new APIs like `startTransition` and `Suspense` in Next.js.

### Enable SSR Streaming (Alpha)

Expand Down

0 comments on commit 636d3ae

Please sign in to comment.