Skip to content

Commit c02f96b

Browse files
Merge pull request #12269 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-06 22:00 UTC
2 parents 90e5885 + 792058a commit c02f96b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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

reference/docs-conceptual/learn/deep-dives/everything-about-string-substitutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Write-Host "$test $tester $($test)ter"
243243
Write-Host "{0} {1} {0}ter" -f $test, $tester
244244
```
245245

246-
I personally use format string for this, but this is good to know incase you see it in the wild.
246+
I personally use format string for this, but this is good to know in case you see it in the wild.
247247

248248
## Find and replace tokens
249249

reference/docs-conceptual/whats-new/module-compatibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: This article lists the compatibility status of modules published for other Microsoft products with PowerShell 7.
3-
ms.date: 06/28/2023
3+
ms.date: 08/06/2025
44
title: PowerShell 7 module compatibility
55
---
66
# PowerShell 7 module compatibility
@@ -70,7 +70,7 @@ Browser, you can find documentation for other PowerShell modules to determine th
7070
version requirements.
7171

7272
<!-- link references -->
73-
[01]: /graph/powershell/installation#supported-powershell-versions
73+
[01]: /powershell/microsoftgraph/overview#microsoft-graph-powershell-features--benefits
7474
[02]: /powershell/azure/new-azureps-module-az
7575
[03]: /powershell/exchange/exchange-online-powershell-v2
7676
[04]: /powershell/module

0 commit comments

Comments
 (0)