]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
Add punctuation (#865)
authorEmmanuel Akhigbe <akhigbemmanuel@gmail.com>
Fri, 3 Dec 2021 09:17:08 +0000 (10:17 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Dec 2021 09:17:08 +0000 (10:17 +0100)
packages/docs/introduction.md

index 49730c113e7a1412c6f0e4ee9653557d1bb9f069..81d91d5409e26396a554dc1d0018ea8a100e5589 100644 (file)
@@ -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'