Skip to content

Commit

Permalink
guide/typescript-support.mdのtypoを修正(肩→型) (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaker committed Jun 17, 2021
1 parent 37e0109 commit e8e56f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/typescript-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ const Component = defineComponent({

### `ref` を型定義する

Ref は初期値から肩を推論します:
Ref は初期値から型を推論します:

```ts
import { defineComponent, ref } from 'vue'
Expand Down

0 comments on commit e8e56f0

Please sign in to comment.