]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo (#10621)
authorWes Cook <im@wescook.ca>
Mon, 1 Apr 2024 08:20:01 +0000 (01:20 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Apr 2024 08:20:01 +0000 (16:20 +0800)
packages/runtime-core/src/apiSetupHelpers.ts

index e5f79444da04ec8b3ae345f8e8b969706f93060d..0765a6ee88540846a462251e020a04c2054ff775 100644 (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.