]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo (#8732) [ci skip]
authorwebfansplz <308241863@qq.com>
Sun, 9 Jul 2023 05:03:30 +0000 (13:03 +0800)
committerGitHub <noreply@github.com>
Sun, 9 Jul 2023 05:03:30 +0000 (13:03 +0800)
packages/runtime-core/src/devtools.ts

index f05128d47aacee5acc6aefde12627760e9470fde..bf67093f5c3e619837b12255641ab0879dbdd1b7 100644 (file)
@@ -30,7 +30,7 @@ interface DevtoolsHook {
   appRecords: AppRecord[]
   /**
    * Added at https://github.com/vuejs/devtools/commit/f2ad51eea789006ab66942e5a27c0f0986a257f9
-   * Returns wether the arg was buffered or not
+   * Returns whether the arg was buffered or not
    */
   cleanupBuffer?: (matchArg: unknown) => boolean
 }