Skip to content

Commit

Permalink
fix per review
Browse files Browse the repository at this point in the history
  • Loading branch information
ArieHein committed Nov 5, 2024
1 parent 854daed commit 1652c9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion reference/7.5/Microsoft.PowerShell.Core/Get-Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,6 @@ The `Get-Module` cmdlet checks **CompatiblePSEditions** property of **PSModuleIn
specified value and returns only those modules that have it set.

> [!NOTE]
>
> - **Desktop Edition:** Built on .NET Framework and provides compatibility with scripts and modules
> targeting versions of PowerShell running on full footprint editions of Windows such as Server
> Core and Windows Desktop.
Expand Down
8 changes: 4 additions & 4 deletions reference/7.5/PSReadLine/PSReadLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ These articles document version 2.3.5 of PSReadLine.
## PSReadLine Cmdlets

### [PSConsoleHostReadLine](PSConsoleHostReadLine.md)

The main entry point for PSReadLine.

### [Get-PSReadLineKeyHandler](Get-PSReadLineKeyHandler.md)

Gets the key bindings for the PSReadLine module.
Expand All @@ -51,6 +47,10 @@ Gets the key bindings for the PSReadLine module.

Gets values for the options that can be configured.

### [PSConsoleHostReadLine](PSConsoleHostReadLine.md)

This function is the main entry point for PSReadLine.

### [Remove-PSReadLineKeyHandler](Remove-PSReadLineKeyHandler.md)

Removes a key binding.
Expand Down

0 comments on commit 1652c9b

Please sign in to comment.