Skip to content

Commit 4b3bb37

Browse files
committed
spelling: existing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 20656e7 commit 4b3bb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logs/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export class Parser {
327327
if (currentText) {
328328
state.output = currentText;
329329
result.push(state);
330-
// deep copy exisiting style for the line to preserve different styles between commands
330+
// deep copy existing style for the line to preserve different styles between commands
331331
let previousStyle;
332332
if (state.style) {
333333
previousStyle = Object.assign({}, state.style);

0 commit comments

Comments
 (0)