Skip to content

Commit 1652c9b

Browse files
committed
fix per review
1 parent 854daed commit 1652c9b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

reference/7.5/Microsoft.PowerShell.Core/Get-Module.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,6 @@ The `Get-Module` cmdlet checks **CompatiblePSEditions** property of **PSModuleIn
549549
specified value and returns only those modules that have it set.
550550

551551
> [!NOTE]
552-
>
553552
> - **Desktop Edition:** Built on .NET Framework and provides compatibility with scripts and modules
554553
> targeting versions of PowerShell running on full footprint editions of Windows such as Server
555554
> Core and Windows Desktop.

reference/7.5/PSReadLine/PSReadLine.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ These articles document version 2.3.5 of PSReadLine.
3939
4040
## PSReadLine Cmdlets
4141

42-
### [PSConsoleHostReadLine](PSConsoleHostReadLine.md)
43-
44-
The main entry point for PSReadLine.
45-
4642
### [Get-PSReadLineKeyHandler](Get-PSReadLineKeyHandler.md)
4743

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

5248
Gets values for the options that can be configured.
5349

50+
### [PSConsoleHostReadLine](PSConsoleHostReadLine.md)
51+
52+
This function is the main entry point for PSReadLine.
53+
5454
### [Remove-PSReadLineKeyHandler](Remove-PSReadLineKeyHandler.md)
5555

5656
Removes a key binding.

0 commit comments

Comments
 (0)