Skip to content

Commit 2778d47

Browse files
authored
Add punctuation (#865)
1 parent 3d3d26b commit 2778d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Pinia (pronounced like `/peenya/` in English) is the closest word to _piña_ (_p
113113

114114
## A more realistic example
115115

116-
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_.
116+
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_.
117117

118118
```js
119119
import { defineStore } from 'pinia'

0 commit comments

Comments
 (0)