]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
fix: typo (#720)
authorLynn <jcignorance@outlook.com>
Thu, 14 Oct 2021 06:32:37 +0000 (14:32 +0800)
committerGitHub <noreply@github.com>
Thu, 14 Oct 2021 06:32:37 +0000 (08:32 +0200)
README.md

index 889d305653eafb92cca321aaf4eb1f1810c4d33c..d3553cb77767af2319bb45d13f8750fd323c84bf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@
 
 Pinia works both for Vue 2.x and Vue 3.x. It requires Vue 2 with the latest `@vue/composition-api` or Vue `^3.2.0-0`.
 
-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 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.
 
 ## 👉 [Demo on CodeSandbox](https://y4dfi.csb.app)