Skip to content

Commit

Permalink
Update src/legacy/core_plugins/console/public/np_ready/application/mo…
Browse files Browse the repository at this point in the history
…dels/sense_editor/curl.ts

Co-Authored-By: Rory Hunter <[email protected]>
  • Loading branch information
jloleysens and pugnascotia authored Dec 6, 2019
1 parent c7157e7 commit 59ea7d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export function parseCURL(text: string) {
state = 'BODY';
}

// Nothing else matches, so output with a prefix of !!! for debugging purposes
// Nothing else matches, so output with a prefix of ### for debugging purposes
else {
out.push('### ' + line);
line = '';
Expand Down

0 comments on commit 59ea7d0

Please sign in to comment.