From: webfansplz <308241863@qq.com> Date: Sun, 9 Jul 2023 05:03:30 +0000 (+0800) Subject: chore: fix typo (#8732) [ci skip] X-Git-Tag: v3.3.5~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57afa2236beced3733049a9db788d418064f7d67;p=thirdparty%2Fvuejs%2Fcore.git chore: fix typo (#8732) [ci skip] --- diff --git a/packages/runtime-core/src/devtools.ts b/packages/runtime-core/src/devtools.ts index f05128d47a..bf67093f5c 100644 --- a/packages/runtime-core/src/devtools.ts +++ b/packages/runtime-core/src/devtools.ts @@ -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 }