Skip to content

Commit fb08769

Browse files
authored
Update typescript.md (#869)
1 parent f00e484 commit fb08769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/advanced/typescript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ And in development, you may not want to spoil the developer experience by preven
1212

1313
## Type-safe resources with schema
1414

15-
You can support the type-safe resources with resoruce schema using TypeScript.
15+
You can support the type-safe resources with resource schema using TypeScript.
1616

1717
### Type-safe resources in `createI18n`
1818

@@ -308,7 +308,7 @@ The following is an example with `createI18n`:
308308
import { createI18n } from 'vue-i18n'
309309
310310
/**
311-
* import locale messages resoruce from json for global scope
311+
* import locale messages resource from json for global scope
312312
*/
313313
import enUS from './locales/en-US.json'
314314
import jaJP from './locales/ja-JP.json'

0 commit comments

Comments
 (0)