diff --git a/src/guide/typescript-support.md b/src/guide/typescript-support.md index bea5e2a6..879468ff 100644 --- a/src/guide/typescript-support.md +++ b/src/guide/typescript-support.md @@ -345,7 +345,7 @@ const Component = defineComponent({ ### `ref` を型定義する -Ref は初期値から肩を推論します: +Ref は初期値から型を推論します: ```ts import { defineComponent, ref } from 'vue'