Skip to content

Commit 2b95f9a

Browse files
authored
Merge pull request #1 from morskyjezek/morskyjezek-patch-1
Correct typo in link to regexper.com
2 parents c7ce304 + 17558ed commit 2b95f9a

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)