Skip to content

Commit 1b79880

Browse files
committed
docs(fix doc): fixed large space in docs
1 parent dab85d6 commit 1b79880

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ export default {
172172
this.send_to_terminal = data
173173
} else {
174174
// Else send error message in output of shell
175-
this.send_to_terminal = `
176-
'${val}' is not recognized as an internal command or external, an executable program or a batch file.`
175+
this.send_to_terminal = `'${val}' is not recognized as an internal command or external, an executable program or a batch file`
177176
}
178177
}
179178
}

0 commit comments

Comments
 (0)