Skip to content

Commit b4a9ae5

Browse files
authored
Merge pull request #177 from morskyjezek/gh-pages
Proposed correction to typo in episode 1 link to regexper.com
2 parents c7ce304 + 2b95f9a commit b4a9ae5

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)