Skip to content

Commit 0d8fe99

Browse files
Merge pull request #66 from WeeRox/master
Fixed spelling and translated hint
2 parents eb3c56b + 38a4579 commit 0d8fe99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/lang-en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var errorMessages = {
2-
"unterminated character class" : "Unprocessable regular expresstion: A bracket was not closed! Please close the bracket again so that the regular expression can be used.",
2+
"unterminated character class" : "Unprocessable regular expression: A bracket was not closed! Please close the bracket again so that the regular expression can be used.",
33
"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."

steps/01-02-bokstaver.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
---
66
<p>
77
Försök nu att hitta bokstaven som finns i alla ord som är vitmarkerade, men inte i de som är rödmarkerade.
8-
Skriv in bokstaven nedan för att testa ditt val.
8+
Skriv in bokstaven nedan för att testa ditt val.
99
</p>
1010
<div class="playfield verbose">
1111
<input type="text" value="" class="regex" reference="e">
@@ -19,5 +19,5 @@
1919
</ul>
2020
</div>
2121
<p class="hint">
22-
It is the letter <span class="regex">i</span>, <span class="regex">u</span>, or <span class="regex">r</span>.
22+
Det är bokstaven <span class="regex">i</span>, <span class="regex">u</span>, eller <span class="regex">e</span>.
2323
</p>

0 commit comments

Comments
 (0)