Skip to content

Commit 2d3ff81

Browse files
docs: remove errant apostrophe (#1944)
1 parent c3944f3 commit 2d3ff81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/typescript-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export function useStore () {
118118
}
119119
```
120120

121-
Now, by importing your own composable function, you can retrieve the typed store **without** having to provide the injection key and it's typing:
121+
Now, by importing your own composable function, you can retrieve the typed store **without** having to provide the injection key and its typing:
122122

123123
```ts
124124
// in a vue component

0 commit comments

Comments
 (0)