Skip to content

Commit 17558ed

Browse files
authored
Correct typo in link to regexper.com
Noted while preparing to teach the lesson
1 parent c7ce304 commit 17558ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/01-regular-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ So, what is `^[Oo]rgani.e\b` going to match?
7171
> > Organike
7272
> > ~~~
7373
> > Or, any other string that starts a line, begins with a letter `o` in lower or capital case, proceeds with `rgani`, has any character in the 7th position, and ends with the letter `e`.
74-
> > [See solution visulaized on Regexper.com](https://regexper.com/#%5E%5BOo%5Drgani.e)
74+
> > [See solution visualised on Regexper.com](https://regexper.com/#%5E%5BOo%5Drgani.e)
7575
> {: .solution}
7676
{: .challenge}
7777

0 commit comments

Comments
 (0)