Skip to content

Commit e90b4f5

Browse files
author
Hideaki Matsunami
committed
guide/typescript-support.mdのtypoを修正(肩→型)
1 parent 37e0109 commit e90b4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/typescript-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ const Component = defineComponent({
345345

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

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

350350
```ts
351351
import { defineComponent, ref } from 'vue'

0 commit comments

Comments
 (0)