Commit 9600052
committed
Remove backticks around "override"
This is a straightforward fix to eliminate any confusion that "override" might be a JavaScript keyword. Words rendered as code imply they are either a variable name or a reserved word. In this case, "override" is intended merely to convey its plain English meaning, and so should not be rendered as code.1 parent e2853cd commit 9600052
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments