]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: pronunciation
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 19 Mar 2021 14:20:13 +0000 (15:20 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 19 Mar 2021 14:20:13 +0000 (15:20 +0100)
Close #393

docs/introduction.md

index 881153e17308bde690ec3b38446ada1366215ef4..1d80051f386aaa8393c6789c50aff9bfba067d85 100644 (file)
@@ -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 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!
 
 ## Basic example
 
@@ -31,7 +31,7 @@ export default {
 
 ## Why _Pinia_
 
-Pinia is is the most similar English pronunciation of the word _pineapple_ in Spanish: _piña_. A pineapple is in reality a group of individual flowers that join together to create a multiple fruit. Similar to stores, each one is born individually, but they are all connected at the end. It's also a delicious tropical fruit indigenous to South America.
+Pinia (pronounced like `/peenya/` in English) is is the closest word to _piña_ (_pineapple_ in Spanish) that is a valid package name. A pineapple is in reality a group of individual flowers that join together to create a multiple fruit. Similar to stores, each one is born individually, but they are all connected at the end. It's also a delicious tropical fruit indigenous to South America.
 
 ## A more realistic example