diff --git a/reference/docs-conceptual/learn/ps101/05-formatting-aliases-providers-comparison.md b/reference/docs-conceptual/learn/ps101/05-formatting-aliases-providers-comparison.md index b8aed094bdc0..558f10346808 100644 --- a/reference/docs-conceptual/learn/ps101/05-formatting-aliases-providers-comparison.md +++ b/reference/docs-conceptual/learn/ps101/05-formatting-aliases-providers-comparison.md @@ -449,7 +449,7 @@ True `-Match` uses a regular expression to perform the matching. ```powershell -'PowerShell' -match '^*.shell$' +'PowerShell' -match '^.*shell$' ``` ```Output