Skip to content

Commit f5169f4

Browse files
committed
fix spelling
1 parent ea7ece2 commit f5169f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/lang-en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var errorMessages = {
22
"unterminated character class" : "Unprocessable regular expresstion: A bracket was not closed! Please close the bracket again so that the regular expression can be used.",
3-
"unterminated parenthetical": "A parenthesis was not closed. PLease add a parenthesis to the regular expression.",
3+
"unterminated parenthetical": "A parenthesis was not closed. Please add a parenthesis to the regular expression.",
44
"unmatched ) in regular expression": "There is a closing parenthesis but no opening parenthesis. Please add a \"(\" to the regular expression to remove this error.",
55
"nothing to repeat": "Nothing to repeat. The \"+\" or \"*\" or other repetitions do not refer to something that can be repeated."
66
}

0 commit comments

Comments
 (0)