Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit a653a8c

Browse files
authored
chore: fix typo (#10621)
1 parent db374e5 commit a653a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/apiSetupHelpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export type DefineModelOptions<T = any> = {
233233
* Otherwise the prop name will default to "modelValue". In both cases, you
234234
* can also pass an additional object which will be used as the prop's options.
235235
*
236-
* The the returned ref behaves differently depending on whether the parent
236+
* The returned ref behaves differently depending on whether the parent
237237
* provided the corresponding v-model props or not:
238238
* - If yes, the returned ref's value will always be in sync with the parent
239239
* prop.

0 commit comments

Comments
 (0)