Skip to content

Commit 3d61fea

Browse files
fix: Fix #403
1 parent 3090b99 commit 3d61fea

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
@@ -223,7 +223,7 @@ If the type of the generic is unknown, it's recommended to cast `ref` to `Ref<T>
223223

224224
### Typing `reactive`
225225

226-
When typing a `reactive` property, we can use use interfaces:
226+
When typing a `reactive` property, we can use interfaces:
227227

228228
```ts
229229
import { defineComponent, reactive } from 'vue'

0 commit comments

Comments
 (0)