From: daarond Date: Tue, 6 Apr 2021 18:17:53 +0000 (-0500) Subject: docs: grammar fixes (#423) X-Git-Tag: v2.0.0-alpha.11~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae9e16f54b9eee8a01c9d63efb0089fa65ceceec;p=thirdparty%2Fvuejs%2Fpinia.git docs: grammar fixes (#423) Some small grammar changes --- diff --git a/docs/introduction.md b/docs/introduction.md index 46bcea17..93121c0f 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -1,6 +1,6 @@ # Introduction -Pinia [started](https://github.com/posva/pinia/commit/06aeef54e2cad66696063c62829dac74e15fd19e) as an experiment to redesign what a Store for Vue could look like with the [Composition API](https://github.com/vuejs/composition-api) around November 2019. Since then, the initial principals are still the same but Pinia works for both Vue 2 and Vue 3. The API is the same for both except for _installation_ and _SSR_ and these docs are targeted to Vue 3 **with notes about Vue 2** whenever necessary so it can be used no matter if you are using Vue 2 or Vue 3! +Pinia [started](https://github.com/posva/pinia/commit/06aeef54e2cad66696063c62829dac74e15fd19e) as an experiment to redesign what a Store for Vue could look like with the [Composition API](https://github.com/vuejs/composition-api) around November 2019. Since then, the initial principles are still the same, but Pinia works for both Vue 2 and Vue 3. The API is the same for both except for _installation_ and _SSR_, and these docs are targeted to Vue 3 **with notes about Vue 2** whenever necessary so it can be used no matter if you are using Vue 2 or Vue 3! ## Basic example