From 7125595f3dd63e188666c826aa313be0e34f66de Mon Sep 17 00:00:00 2001 From: Levi Bucsis Date: Sat, 22 Oct 2022 15:13:22 -0700 Subject: [PATCH] docs: split run-on sentence to improve clarity (#1744) --- packages/docs/ssr/nuxt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/ssr/nuxt.md b/packages/docs/ssr/nuxt.md index 016475db..2f2d83b4 100644 --- a/packages/docs/ssr/nuxt.md +++ b/packages/docs/ssr/nuxt.md @@ -1,6 +1,6 @@ # Nuxt.js -Using Pinia with [Nuxt.js](https://nuxtjs.org/) is easier since Nuxt takes care of a lot of things when it comes to _server side rendering_. For instance, **you don't need to care about serialization nor XSS attacks**. Pinia supports Nuxt Bridge and Nuxt 3, for bare Nuxt 2 support, [See below](#nuxt-2-without-bridge). +Using Pinia with [Nuxt.js](https://nuxtjs.org/) is easier since Nuxt takes care of a lot of things when it comes to _server side rendering_. For instance, **you don't need to care about serialization nor XSS attacks**. Pinia supports Nuxt Bridge and Nuxt 3. For bare Nuxt 2 support, [see below](#nuxt-2-without-bridge). ## Installation -- 2.47.3