소스 검색

docs: remove errant apostrophe (#1944)

daleoflaherty 4 년 전
부모
커밋
2d3ff816d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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