From 636d3aeda753301657cf9f2e9faa8e947392bfe2 Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Wed, 29 Dec 2021 19:15:23 +0100 Subject: [PATCH] doc: add quotes to api (#32898) x-ref: #32896 --- docs/advanced-features/react-18.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-features/react-18.md b/docs/advanced-features/react-18.md index 048a8617b922..1d82c82b71b4 100644 --- a/docs/advanced-features/react-18.md +++ b/docs/advanced-features/react-18.md @@ -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)