Skip to content

Commit e34c3b0

Browse files
committed
remove plaintext escape as it did not work
1 parent aab7a84 commit e34c3b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ The Linter follows the following basic steps when it is run on a file:
1919

2020
``` mermaid
2121
graph TD
22-
start["1. User initiates linting of file or files"] --> run-linter-rules
23-
run-linter-rules["2. If file is not ignored, run Linter rules and Custom Commands*"] --> handle-error
22+
start[User initiates linting of file or files] --> run-linter-rules
23+
run-linter-rules[If file is not ignored, run Linter rules and Custom Commands*] --> handle-error
2424
handle-error{Did an error happen?} -- No --> update-file
2525
handle-error -- Yes --> log-error
26-
log-error["3. Display error and log to dev console"] --> done
27-
update-file["3. Update file contents**"] --> done
26+
log-error[Display error and log to dev console] --> done
27+
update-file[Update file contents**] --> done
2828
done[Done]
2929
```
3030

0 commit comments

Comments
 (0)