chore: fix typo (#10621)

This commit is contained in:
Wes Cook 2024-04-01 01:20:01 -07:00 committed by GitHub
parent db374e54c9
commit a653a8c125
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ export type DefineModelOptions<T = any> = {
* Otherwise the prop name will default to "modelValue". In both cases, you
* can also pass an additional object which will be used as the prop's options.
*
* The the returned ref behaves differently depending on whether the parent
* The returned ref behaves differently depending on whether the parent
* provided the corresponding v-model props or not:
* - If yes, the returned ref's value will always be in sync with the parent
* prop.