Skip to content

Commit f7b2217

Browse files
StartAutomatingStartAutomating
authored andcommitted
Merge pull request #181 from chadmando/patch-1
Documentation: remove word for clarity
1 parent 070126c commit f7b2217

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

docs/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Once you understand some basics of that syntax, regular expressions become a lot
3232
3. A Regex can have comments! ( # Like this in .NET ( or like (?#this comment) in ECMAScript ) ).
3333
4. You don't have to do it all in one expression!
3434

35-
Irregular comes with 138 useful [named expressions](SavedPatterns.md), and lets you create more.
35+
Irregular comes with 137 useful [named expressions](SavedPatterns.md), and lets you create more.
3636

3737
To see the expressions that ship with Irregular, run:
3838

@@ -103,7 +103,7 @@ Get-Help New-RegEx -Full
103103

104104
#### Using Regular Expressions
105105

106-
PowerShell is already a very potent tool for dealing using Regular Expressions.
106+
PowerShell is already a very potent tool for using Regular Expressions.
107107

108108
You can use the -match, -split, and -replace operators to do basic operations with Regular Expressions.
109109

@@ -153,6 +153,3 @@ string: 'hello'
153153

154154

155155

156-
157-
158-

0 commit comments

Comments
 (0)