Skip to content

Commit

Permalink
Update docs/advanced-features/react-18/streaming.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kara <kara@users.noreply.github.com>
  • Loading branch information
shuding and kara committed Feb 8, 2022
1 parent 59abdbb commit 0e28d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/react-18/streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
}
```

This option determines the environment that streaming SSR will be happening. When setting to `'edge'`, the server will be running entirely in the [Edge Runtime](https://nextjs.org/docs/api-reference/edge-runtime).
This option determines the environment in which streaming SSR will be happening. When setting to `'edge'`, the server will be running entirely in the [Edge Runtime](https://nextjs.org/docs/api-reference/edge-runtime).

## Streaming Features

Expand Down

0 comments on commit 0e28d10

Please sign in to comment.