فهرست منبع

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
 ```ts
 // in a vue component
 // in a vue component