Skip to content

Commit 57afa22

Browse files
authored
chore: fix typo (#8732) [ci skip]
1 parent a1fa97c commit 57afa22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/devtools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ interface DevtoolsHook {
3030
appRecords: AppRecord[]
3131
/**
3232
* Added at https://github.com/vuejs/devtools/commit/f2ad51eea789006ab66942e5a27c0f0986a257f9
33-
* Returns wether the arg was buffered or not
33+
* Returns whether the arg was buffered or not
3434
*/
3535
cleanupBuffer?: (matchArg: unknown) => boolean
3636
}

0 commit comments

Comments
 (0)