]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: typo
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 25 Oct 2021 12:40:51 +0000 (14:40 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 25 Oct 2021 12:40:51 +0000 (14:40 +0200)
packages/pinia/src/store.ts

index 61e0a9c5a2f3356086b943599a1e53440a419f33..7e27a6139cb464caf410d2490d99d8072b030637 100644 (file)
@@ -631,7 +631,7 @@ function createSetupStore<
   }
 
   if (isVue2) {
-    // mark the store as ready before pluginsn
+    // mark the store as ready before plugins
     store._r = true
   }