We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e94f3 commit 4b92001Copy full SHA for 4b92001
src/content/reference/rsc/server-components.md
@@ -293,7 +293,7 @@ function Comments({commentsPromise}) {
293
// NOTE: this will resume the promise from the server.
294
// It will suspend until the data is available.
295
const comments = use(commentsPromise);
296
- return comments.map(commment => <p>{comment}</p>);
+ return comments.map(comment => <p>{comment}</p>);
297
}
298
```
299
0 commit comments