Skip to content

Commit

Permalink
docs: format
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Mar 4, 2024
1 parent 11fa2ac commit 207e527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/core-concepts/getters.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const useCounterStore = defineStore('counter', {
```

```js [counterStore.js]
// You can use [JSDoc](https://jsdoc.app/tags-returns.html) in JavaScript
// You can use JSDoc (https://jsdoc.app/tags-returns.html) in JavaScript
export const useCounterStore = defineStore('counter', {
state: () => ({
count: 0,
Expand Down

0 comments on commit 207e527

Please sign in to comment.