From: Avni Onur Pehlivan Date: Wed, 31 Mar 2021 07:41:02 +0000 (+0300) Subject: docs: typo [skip ci] (#414) X-Git-Tag: v2.0.0-alpha.9~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c146d652ef46bcf7fcc16e48874e136e9cf84475;p=thirdparty%2Fvuejs%2Fpinia.git docs: typo [skip ci] (#414) 'Is' typed twice --- diff --git a/docs/introduction.md b/docs/introduction.md index f8d16a43..72cb07e1 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -37,7 +37,7 @@ export default { ## Why _Pinia_ -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. +Pinia (pronounced like `/peenya/` in English) 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