chore: fix typo (#8732) [ci skip]

This commit is contained in:
webfansplz 2023-07-09 13:03:30 +08:00 committed by GitHub
parent a1fa97c9d2
commit 57afa2236b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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
}