Skip to content

Commit e1be53d

Browse files
Update README.md
Fixed minor typo -> parenthesis instead of paranthesis
1 parent 2b6e6f1 commit e1be53d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ 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

110-
You can use any saved expression with these operators by putting it in paranthesis, for instance:
110+
You can use any saved expression with these operators by putting it in parenthesis, for instance:
111111

112112
~~~PowerShell
113113
"abc123" -match (?<Digits>)

0 commit comments

Comments
 (0)