Skip to content

Commit

Permalink
typo: occurence -> occurrence (#3991)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and v-alje committed Mar 19, 2019
1 parent 0d7d56f commit ef777bb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions reference/6/PSReadLine/About/about_PSReadLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: `<F3>`
- Emacs: `<Ctrl+]>`
Expand All @@ -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: `<Shift+F3>`
- Emacs: `<Ctrl+Alt+]>`
Expand Down

0 comments on commit ef777bb

Please sign in to comment.