diff options
author | Atin <61903527+atin@users.noreply.github.com> | 2021-05-19 10:42:09 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 13:12:09 +0800 |
commit | d6987ee05be8b5da279e530cfd65512cb903c72b (patch) | |
tree | 92da4f00413abb945477a2c4e9df509a9c5b161d /public/plugins/codemirror-5.17.0/mode/factor | |
parent | 509a392272a2ba2bde9d64bf5a55a58d0eadccc4 (diff) |
chore: fix typos in code comments (#6556)
Diffstat (limited to 'public/plugins/codemirror-5.17.0/mode/factor')
-rw-r--r-- | public/plugins/codemirror-5.17.0/mode/factor/factor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/plugins/codemirror-5.17.0/mode/factor/factor.js b/public/plugins/codemirror-5.17.0/mode/factor/factor.js index 86d7adf6..0cf5ab96 100644 --- a/public/plugins/codemirror-5.17.0/mode/factor/factor.js +++ b/public/plugins/codemirror-5.17.0/mode/factor/factor.js @@ -16,7 +16,7 @@ "use strict"; CodeMirror.defineSimpleMode("factor", { - // The start state contains the rules that are intially used + // The start state contains the rules that are initially used start: [ // comments {regex: /#?!.*/, token: "comment"}, |