From: Kushal Billaiya Date: Mon, 11 Oct 2021 13:13:43 +0000 (+0530) Subject: docs: Fix typo (#715) X-Git-Tag: @pinia/nuxt@0.0.4~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b92ac5f66bd6965a80fc76deebdd86b2f58fdad;p=thirdparty%2Fvuejs%2Fpinia.git docs: Fix typo (#715) --- diff --git a/packages/docs/getting-started.md b/packages/docs/getting-started.md index 693b6650..02c18150 100644 --- a/packages/docs/getting-started.md +++ b/packages/docs/getting-started.md @@ -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?