From a653a8c12565e3bb05ae43d2ee145dcd51bb47d3 Mon Sep 17 00:00:00 2001 From: Wes Cook Date: Mon, 1 Apr 2024 01:20:01 -0700 Subject: [PATCH] chore: fix typo (#10621) --- packages/runtime-core/src/apiSetupHelpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime-core/src/apiSetupHelpers.ts b/packages/runtime-core/src/apiSetupHelpers.ts index e5f79444d..0765a6ee8 100644 --- a/packages/runtime-core/src/apiSetupHelpers.ts +++ b/packages/runtime-core/src/apiSetupHelpers.ts @@ -233,7 +233,7 @@ export type DefineModelOptions = { * 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.