From: Emmanuel Akhigbe Date: Fri, 3 Dec 2021 09:17:08 +0000 (+0100) Subject: Add punctuation (#865) X-Git-Tag: @pinia/testing@0.0.8~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2778d477324e19234716099c8c1a81d43e0441aa;p=thirdparty%2Fvuejs%2Fpinia.git Add punctuation (#865) --- diff --git a/packages/docs/introduction.md b/packages/docs/introduction.md index 49730c11..81d91d54 100644 --- a/packages/docs/introduction.md +++ b/packages/docs/introduction.md @@ -113,7 +113,7 @@ Pinia (pronounced like `/peenya/` in English) is the closest word to _piña_ (_p ## A more realistic example -Here is a more complete example of the API you will be using with Pinia **with types even in JavaScript**. For some people this might be enough to get started without reading further but we still recommend checking the rest of the documentation or even skipping this example and coming back once you have read about all of the _Core Concepts_. +Here is a more complete example of the API you will be using with Pinia **with types even in JavaScript**. For some people, this might be enough to get started without reading further but we still recommend checking the rest of the documentation or even skipping this example and coming back once you have read about all of the _Core Concepts_. ```js import { defineStore } from 'pinia'