]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: trailing space
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 13 Feb 2023 14:23:19 +0000 (15:23 +0100)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Wed, 15 Feb 2023 09:52:57 +0000 (10:52 +0100)
packages/docs/ssr/nuxt.md

index 096b01471365920e7b7fb3631543fc0e34ea6517..863f75177eeef94a00d1465dc8d2515d52e314a2 100644 (file)
@@ -14,7 +14,7 @@ npm install pinia @pinia/nuxt
 If you're using npm, you might encounter an _ERESOLVE unable to resolve dependency tree_ error. In that case, add the following to your `package.json`:
 
 ```js
-"overrides": { 
+"overrides": {
   "vue": "latest"
 }
 ```