Skip to content

Commit

Permalink
docs: minor wording improvements (nuxt#5622)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknug authored Jun 27, 2022
1 parent 3b15cc4 commit c4f64fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.guide/1.concepts/3.rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Universal rendering allows a Nuxt application to provide quick page load times w
### Cons

- **Development constraints:** Server and browser environments don't provide the same APIs, and it can be tricky to write code that can run on both sides seamlessly. Fortunately, Nuxt provides guidelines and specific variables to help you determine where a piece of code is executed.
- **Cost:** A server needs to run to render pages on the fly. This adds a monthly cost like any traditional server. However, the server calls are highly reduced thanks to universal rendering with the browser taking over on client-side navigation.
- **Cost:** A server needs to be running in order to render pages on the fly. This adds a monthly cost like any traditional server. However, the server calls are highly reduced thanks to universal rendering with the browser taking over on client-side navigation.

### Examples

Expand Down

0 comments on commit c4f64fa

Please sign in to comment.