Skip to content

Commit 207e527

Browse files
committed
docs: format
1 parent 11fa2ac commit 207e527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/core-concepts/getters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const useCounterStore = defineStore('counter', {
7676
```
7777

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

0 commit comments

Comments
 (0)