Skip to content

Commit a8e27b5

Browse files
Merge pull request #52 from DaricusCodePath/patch-1
Update 00-01-introduction.html grammatically
2 parents c2d0d95 + e9958d5 commit a8e27b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

steps/00-01-introduction.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
lang: en
55
---
66
<p>
7-
With reglar expressions you can search through texts.
7+
With regular expressions, you can search through texts.
88
A regular expression is a pattern you want to find in the text.
99
In many programming languages, programmers use regular expressions to search through text,
10-
test if the input of a program is correct and, check if the users made mistakes.
10+
test if the input of a program is correct, and check if the users made mistakes.
1111
</p>
1212
<p>
1313
<a target="_blank" href="https://www.xkcd.com/208/"><img src="https://imgs.xkcd.com/comics/regular_expressions.png"></a>

0 commit comments

Comments
 (0)