]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: typo (#2953)
authorGodpu <godpu@outlook.com>
Wed, 6 Jan 2021 09:46:51 +0000 (17:46 +0800)
committerGitHub <noreply@github.com>
Wed, 6 Jan 2021 09:46:51 +0000 (10:46 +0100)
packages/runtime-core/src/component.ts

index 788a20b43433f0507af80a357a29185514971ee5..3904bbb13390d6da4fac2c159eff23eb918a920b 100644 (file)
@@ -261,7 +261,7 @@ export interface ComponentInternalInstance {
    */
   directives: Record<string, Directive> | null
   /**
-   * reoslved props options
+   * resolved props options
    * @internal
    */
   propsOptions: NormalizedPropsOptions