Skip to content

Commit 4918b15

Browse files
committed
spelling: occurrences
Signed-off-by: Josh Soref <[email protected]>
1 parent 6669d62 commit 4918b15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/logs/parser.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export const URLRegex = /([{([]*https?:\/\/[a-z0-9]+(?:-[a-z0-9]+)*\.[^\s<>|'",]
1212
* ?: Non-capturing group
1313
* (?:\u001b[) : Match ESC[
1414
* (?:[\?|#])??: Match also ? and # formats that we don't supports but want to eat our special characters to get rid of ESC character
15-
* (?:[0-9]{1,3})?: Match one or more occurances of the simple format we want with out semicolon
16-
* (?:(?:;[0-9]{0,3})*)?: Match one or more occurances of the format we want with semicolon
15+
* (?:[0-9]{1,3})?: Match one or more occurrences of the simple format we want with out semicolon
16+
* (?:(?:;[0-9]{0,3})*)?: Match one or more occurrences of the format we want with semicolon
1717
*/
1818

1919
// eslint-disable-next-line no-control-regex

0 commit comments

Comments
 (0)