]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: Fix typo (#715)
authorKushal Billaiya <connect.kushal@gmail.com>
Mon, 11 Oct 2021 13:13:43 +0000 (18:43 +0530)
committerGitHub <noreply@github.com>
Mon, 11 Oct 2021 13:13:43 +0000 (15:13 +0200)
packages/docs/getting-started.md

index 693b6650a6b471ee295b4cec3c6f976099746643..02c181503a02d2fbc175d029e745d9089db71cdd 100644 (file)
@@ -40,7 +40,7 @@ new Vue({
 })
 ```
 
-This will also add devtools support. In Vue 3, some features like time traveling and editing are still not supported because vue-devtools doesn't expose the necessary APIs yet but the devtools have way more features are the developer experience as a whole is far superior. In Vue 2, Pinia uses the existing interface for Vuex (and can therefore not be used alongside it).
+This will also add devtools support. In Vue 3, some features like time traveling and editing are still not supported because vue-devtools doesn't expose the necessary APIs yet but the devtools have way more features and the developer experience as a whole is far superior. In Vue 2, Pinia uses the existing interface for Vuex (and can therefore not be used alongside it).
 
 ## What is a Store?