]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo in jsdoc (#4526) [ci skip]
authorHerrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
Tue, 7 Sep 2021 15:31:27 +0000 (23:31 +0800)
committerGitHub <noreply@github.com>
Tue, 7 Sep 2021 15:31:27 +0000 (11:31 -0400)
packages/compiler-core/src/options.ts

index 29b8c68774c72bd2fbc5678fb8185d2ff1f2f75d..07b87cde37da7f62a71d86325971899ea2551f5f 100644 (file)
@@ -79,7 +79,7 @@ export const enum BindingTypes {
    */
   DATA = 'data',
   /**
-   * decalred as a prop
+   * declared as a prop
    */
   PROPS = 'props',
   /**