]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: typo in migration-vuex.md (#1121)
authorNicolas Giard <github@ngpixel.com>
Sun, 6 Mar 2022 17:45:22 +0000 (12:45 -0500)
committerGitHub <noreply@github.com>
Sun, 6 Mar 2022 17:45:22 +0000 (18:45 +0100)
packages/docs/cookbook/migration-vuex.md

index bf42cd904b105ccccc4b04ab7aee30b563983e91..9aad5bb75896fe5d326d0ffd6565add2e961d657 100644 (file)
@@ -31,8 +31,8 @@ src
 └── stores
     ├── index.js          # (Optional) Initializes Pinia, does not import stores
     ├── module1.js        # 'module1' id
-    ├── nested-module2.js # 'nested/module3' id
-    ├── nested-module3.js # 'nested/module2' id
+    ├── nested-module2.js # 'nested/module2' id
+    ├── nested-module3.js # 'nested/module3' id
     └── nested.js         # 'nested' id
 ```