Skip to content

Commit e8e56f0

Browse files
authored
guide/typescript-support.mdのtypoを修正(肩→型) (#403)
1 parent 37e0109 commit e8e56f0

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)