From c146d652ef46bcf7fcc16e48874e136e9cf84475 Mon Sep 17 00:00:00 2001 From: Avni Onur Pehlivan Date: Wed, 31 Mar 2021 10:41:02 +0300 Subject: [PATCH] docs: typo [skip ci] (#414) 'Is' typed twice --- docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3