Skip to content

Commit 792058a

Browse files
authored
Fix typo: matchs -> matches (#12266)
1 parent e313505 commit 792058a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ characters).
8282

8383
### Numbers
8484

85-
The `\d` character class matchs any decimal digit. Conversely, `\D` matches any
85+
The `\d` character class matches any decimal digit. Conversely, `\D` matches any
8686
character except decimal digits.
8787

8888
```powershell

reference/7.4/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ characters).
8282

8383
### Numbers
8484

85-
The `\d` character class matchs any decimal digit. Conversely, `\D` matches any
85+
The `\d` character class matches any decimal digit. Conversely, `\D` matches any
8686
character except decimal digits.
8787

8888
```powershell

reference/7.5/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ characters).
8282

8383
### Numbers
8484

85-
The `\d` character class matchs any decimal digit. Conversely, `\D` matches any
85+
The `\d` character class matches any decimal digit. Conversely, `\D` matches any
8686
character except decimal digits.
8787

8888
```powershell

reference/7.6/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ characters).
8282

8383
### Numbers
8484

85-
The `\d` character class matchs any decimal digit. Conversely, `\D` matches any
85+
The `\d` character class matches any decimal digit. Conversely, `\D` matches any
8686
character except decimal digits.
8787

8888
```powershell

0 commit comments

Comments
 (0)