We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fa97c commit 57afa22Copy full SHA for 57afa22
packages/runtime-core/src/devtools.ts
@@ -30,7 +30,7 @@ interface DevtoolsHook {
30
appRecords: AppRecord[]
31
/**
32
* Added at https://github.com/vuejs/devtools/commit/f2ad51eea789006ab66942e5a27c0f0986a257f9
33
- * Returns wether the arg was buffered or not
+ * Returns whether the arg was buffered or not
34
*/
35
cleanupBuffer?: (matchArg: unknown) => boolean
36
}
0 commit comments