From 6322d35b3f98c8c864cc24ada3df334a16db4734 Mon Sep 17 00:00:00 2001 From: Cupid Valentine <53572196+valcosmos@users.noreply.github.com> Date: Mon, 11 Jul 2022 16:46:20 +0800 Subject: [PATCH] docs: add missing dot (#5815) --- docs/content/2.guide/1.concepts/3.rendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.guide/1.concepts/3.rendering.md b/docs/content/2.guide/1.concepts/3.rendering.md index b1f79e4885..f047b91e9f 100644 --- a/docs/content/2.guide/1.concepts/3.rendering.md +++ b/docs/content/2.guide/1.concepts/3.rendering.md @@ -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