chore: fix typos in code comments (#6556)

This commit is contained in:
Atin
2021-05-19 10:42:09 +05:30
committed by GitHub
parent 509a392272
commit d6987ee05b
25 changed files with 52 additions and 52 deletions

View File

@@ -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"},