Skip to content

Commit e5c0445

Browse files
pikaxliximomo
authored andcommitted
chore: fix typos
1 parent 425d0e2 commit e5c0445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ After installing the plugin you can use the [Composition API](https://vue-compos
5454

5555
# TypeScript
5656

57-
**Please upgrade to the latest TypeScript. If you are using vetur, make sure to set `vetur.useWorkspaceDependencies` to `ture`.**
57+
**Please upgrade to the latest TypeScript. If you are using vetur, make sure to set `vetur.useWorkspaceDependencies` to `true`.**
5858

5959
To let TypeScript properly infer types inside Vue component options, you need to define components with `createComponent`:
6060

@@ -264,7 +264,7 @@ export default {
264264
};
265265
```
266266

267-
You may also need to augment the `SetupContext` when wokring with TypeScript:
267+
You may also need to augment the `SetupContext` when working with TypeScript:
268268

269269
```ts
270270
import Vue from 'vue';

0 commit comments

Comments
 (0)