]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: split run-on sentence to improve clarity (#1744)
authorLevi Bucsis <levi@momentumdash.com>
Sat, 22 Oct 2022 22:13:22 +0000 (15:13 -0700)
committerGitHub <noreply@github.com>
Sat, 22 Oct 2022 22:13:22 +0000 (00:13 +0200)
packages/docs/ssr/nuxt.md

index 016475dba289ca90cf621f62ac9a62ab4906dd3d..2f2d83b4e7f1fdd7dd96d13e0067920142f2163d 100644 (file)
@@ -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