From ef777bb6507bbe15f711221ad7eda23af162c867 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 14 Mar 2019 16:40:10 -0400 Subject: [PATCH] typo: occurence -> occurrence (#3991) --- .../About/about_Comparison_Operators.md | 2 +- .../About/about_Comparison_Operators.md | 2 +- .../About/about_Comparison_Operators.md | 2 +- .../About/about_Comparison_Operators.md | 2 +- .../About/about_Comparison_Operators.md | 2 +- reference/6/PSReadLine/About/about_PSReadLine.md | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/reference/3.0/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md b/reference/3.0/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md index 6544b20486db..f4a9f0f234d3 100644 --- a/reference/3.0/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md +++ b/reference/3.0/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md @@ -285,7 +285,7 @@ Name Value ``` It is important to note that the `$Matches` hashtable will only contain the -first occurence of any matching pattern. +first occurrence of any matching pattern. ```powershell PS> "Banana" -match "na" diff --git a/reference/4.0/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md b/reference/4.0/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md index 1d789313b5ef..bd81dd96f83a 100644 --- a/reference/4.0/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md +++ b/reference/4.0/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md @@ -285,7 +285,7 @@ Name Value ``` It is important to note that the `$Matches` hashtable will only contain the -first occurence of any matching pattern. +first occurrence of any matching pattern. ```powershell PS> "Banana" -match "na" diff --git a/reference/5.0/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md b/reference/5.0/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md index 1d789313b5ef..bd81dd96f83a 100644 --- a/reference/5.0/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md +++ b/reference/5.0/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md @@ -285,7 +285,7 @@ Name Value ``` It is important to note that the `$Matches` hashtable will only contain the -first occurence of any matching pattern. +first occurrence of any matching pattern. ```powershell PS> "Banana" -match "na" diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md index c774366fd90b..893d8b3727cc 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md @@ -285,7 +285,7 @@ Name Value ``` It is important to note that the `$Matches` hashtable will only contain the -first occurence of any matching pattern. +first occurrence of any matching pattern. ```powershell PS> "Banana" -match "na" diff --git a/reference/6/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md b/reference/6/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md index 618523736501..6203e1ebe790 100644 --- a/reference/6/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md +++ b/reference/6/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md @@ -284,7 +284,7 @@ Name Value ``` It is important to note that the `$Matches` hashtable will only contain the -first occurence of any matching pattern. +first occurrence of any matching pattern. ```powershell PS> "Banana" -match "na" diff --git a/reference/6/PSReadLine/About/about_PSReadLine.md b/reference/6/PSReadLine/About/about_PSReadLine.md index 88ddfe4ce8fb..c6f12ac1238b 100644 --- a/reference/6/PSReadLine/About/about_PSReadLine.md +++ b/reference/6/PSReadLine/About/about_PSReadLine.md @@ -1131,7 +1131,7 @@ command. Read a character and search forward for the next occurrence of that character. If an argument is specified, search forward (or backward if negative) for the -nth occurence. +nth occurrence. - Cmd: `` - Emacs: `` @@ -1142,7 +1142,7 @@ nth occurence. Read a character and search backward for the next occurrence of that character. If an argument is specified, search backward (or forward if negative) for the nth -occurence. +occurrence. - Cmd: `` - Emacs: ``