From 1652c9b4e0587180970b053abf9ba6be4be751db Mon Sep 17 00:00:00 2001 From: Arie Heinrich Date: Tue, 5 Nov 2024 20:32:50 +0100 Subject: [PATCH] fix per review --- reference/7.5/Microsoft.PowerShell.Core/Get-Module.md | 1 - reference/7.5/PSReadLine/PSReadLine.md | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md b/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md index 93e796b9a321..3b97f0a41d65 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md +++ b/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md @@ -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. diff --git a/reference/7.5/PSReadLine/PSReadLine.md b/reference/7.5/PSReadLine/PSReadLine.md index 8710605d5cfe..7c4c046a71e6 100644 --- a/reference/7.5/PSReadLine/PSReadLine.md +++ b/reference/7.5/PSReadLine/PSReadLine.md @@ -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. @@ -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.