Skip to content

Commit 636d3ae

Browse files
authored
doc: add quotes to api (vercel#32898)
x-ref: vercel#32896
1 parent ec2e107 commit 636d3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-features/react-18.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Ensure you have the `rc` npm tag of React installed:
1212
npm install next@latest react@rc react-dom@rc
1313
```
1414

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

1717
### Enable SSR Streaming (Alpha)
1818

0 commit comments

Comments
 (0)