Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: add missing dot (#5815)
Browse files Browse the repository at this point in the history
  • Loading branch information
valcosmos authored Jul 11, 2022
1 parent 57130b4 commit 6322d35
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 @@ -69,7 +69,7 @@ Hybrid rendering allows different caching rules per route and decides how the Se

At the moment, every page (or **route**) of a Nuxt application must use the same rendering mode, client-side or universal. But in various cases, some pages could be generated at build time, while others should be client-side rendered. For example, think of a content website with an admin section. Every content page should be primarily static and generated once, but the admin section requires registration and behaves more like a dynamic application.

[Read the open RFC discussing implementation and gathering community feedback](https://github.com/nuxt/framework/discussions/560)
[Read the open RFC discussing implementation and gathering community feedback.](https://github.com/nuxt/framework/discussions/560)

### Rendering on CDN edge workers

Expand Down

0 comments on commit 6322d35

Please sign in to comment.