Skip to content

Commit 859769e

Browse files
committed
fix: stderr component name
1 parent 9f3490c commit 859769e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/library.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const createCommandNotFound = (command, notFoundText = 'command not found
2727

2828
// Creates a "stderr" with the given formatter or text and name. It exits as
2929
// soon as the component has been mounted
30-
export const createStderr = (formatterOrText, name = 'VueCommandSterr') => {
30+
export const createStderr = (formatterOrText, name = 'VueCommandStderr') => {
3131
return createStdout(formatterOrText, name)
3232
}
3333

0 commit comments

Comments
 (0)