From: Levi Bucsis Date: Sat, 22 Oct 2022 22:13:22 +0000 (-0700) Subject: docs: split run-on sentence to improve clarity (#1744) X-Git-Tag: @pinia/nuxt@0.4.4~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7125595f3dd63e188666c826aa313be0e34f66de;p=thirdparty%2Fvuejs%2Fpinia.git docs: split run-on sentence to improve clarity (#1744) --- 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