We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11fa2ac commit 207e527Copy full SHA for 207e527
packages/docs/core-concepts/getters.md
@@ -76,7 +76,7 @@ export const useCounterStore = defineStore('counter', {
76
```
77
78
```js [counterStore.js]
79
-// You can use [JSDoc](https://jsdoc.app/tags-returns.html) in JavaScript
+// You can use JSDoc (https://jsdoc.app/tags-returns.html) in JavaScript
80
export const useCounterStore = defineStore('counter', {
81
state: () => ({
82
count: 0,
0 commit comments