]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: typo
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 31 Mar 2021 19:17:26 +0000 (21:17 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 31 Mar 2021 19:17:26 +0000 (21:17 +0200)
docs/ssr/nuxt.md

index d90de4e962ffe04a685a7a854069e9c174b5b2e8..020bec42c0c4ab4f9815d4602410759df863e3ce 100644 (file)
@@ -76,7 +76,7 @@ If you are using TypeScript or have a `jsconfig.json`, you should also add the t
 
 ```js
 {
-  "include": [
+  "types": [
     // ...
     "pinia/nuxt/types"
   ]