Skip to content

Commit e922b95

Browse files
committed
Commit suggestions
1 parent 9724465 commit e922b95

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

reference/7.4/PSReadLine/About/about_PSReadLine_Functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,10 +1181,10 @@ Similarly, you can use this with other operations, like `<Delete>` or
11811181

11821182
Attempt to erase the current prompt and call the prompt function to redisplay
11831183
the prompt. Useful for custom key handlers that change state. For example,
1184-
change the current directory. This method can't overwrite a prompt that has
1184+
changing the current directory. This method can't overwrite a prompt that has
11851185
left the screen buffer.
11861186

1187-
Calls to InvokePrompt with no Y position argument immediately return if the
1187+
Calls to `InvokePrompt` with no Y position argument immediately return if the
11881188
prompt can't be overwritten. This change was made in PSReadLine v2.4.3-beta3.
11891189

11901190
- Function is unbound.

reference/7.5/PSReadLine/About/about_PSReadLine_Functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,10 +1181,10 @@ Similarly, you can use this with other operations, like `<Delete>` or
11811181

11821182
Attempt to erase the current prompt and call the prompt function to redisplay
11831183
the prompt. Useful for custom key handlers that change state. For example,
1184-
change the current directory. This method can't overwrite a prompt that has
1184+
changing the current directory. This method can't overwrite a prompt that has
11851185
left the screen buffer.
11861186

1187-
Calls to InvokePrompt with no Y position argument immediately return if the
1187+
Calls to `InvokePrompt` with no Y position argument immediately return if the
11881188
prompt can't be overwritten. This change was made in PSReadLine v2.4.3-beta3.
11891189

11901190
- Function is unbound.

reference/7.6/PSReadLine/About/about_PSReadLine_Functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,10 +1181,10 @@ Similarly, you can use this with other operations, like `<Delete>` or
11811181

11821182
Attempt to erase the current prompt and call the prompt function to redisplay
11831183
the prompt. Useful for custom key handlers that change state. For example,
1184-
change the current directory. This method can't overwrite a prompt that has
1184+
changing the current directory. This method can't overwrite a prompt that has
11851185
left the screen buffer.
11861186

1187-
Calls to InvokePrompt with no Y position argument immediately return if the
1187+
Calls to `InvokePrompt` with no Y position argument immediately return if the
11881188
prompt can't be overwritten. This change was made in PSReadLine v2.4.3-beta3.
11891189

11901190
- Function is unbound.

reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-76.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ name, the **ThreadJob** v2.1.0 module is a proxy module that points to the
137137

138138
## Engine improvements
139139

140-
- Update the PSDiagnostics module to manage the PowerShellCore provider in PowerShell 7 ([#25590][25590])
140+
- Update the **PSDiagnostics** module to manage the PowerShellCore provider in PowerShell 7
141+
([#25590][25590])
141142
- Allow opt-out of the named-pipe listener using the environment variable
142143
`POWERSHELL_DIAGNOSTICS_OPTOUT` ([#26086][26086])
143144
- Ensure that socket timeouts are set only during the token validation ([#26066][26066])

0 commit comments

Comments
 (0)