Explorar o código

docs: remove errant apostrophe (#1944)

daleoflaherty %!s(int64=4) %!d(string=hai) anos
pai
achega
2d3ff816d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/guide/typescript-support.md

+ 1 - 1
docs/guide/typescript-support.md

@@ -118,7 +118,7 @@ export function useStore () {
 }
 ```
 
-Now, by importing your own composable function, you can retrieve the typed store **without** having to provide the injection key and it's typing:
+Now, by importing your own composable function, you can retrieve the typed store **without** having to provide the injection key and its typing:
 
 ```ts
 // in a vue component