From 788475a2dbb4e4cf1755d08bb46d23da82b3a152 Mon Sep 17 00:00:00 2001 From: Gabriel Sroka Date: Sun, 22 Apr 2018 10:31:12 -0700 Subject: [PATCH 1/2] Update InvokeWebRequestCommand.CoreClr.cs The comment was incorrect --- .../WebCmdlet/CoreCLR/InvokeWebRequestCommand.CoreClr.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/CoreCLR/InvokeWebRequestCommand.CoreClr.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/CoreCLR/InvokeWebRequestCommand.CoreClr.cs index e2cc32bc7fb..0b72362a929 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/CoreCLR/InvokeWebRequestCommand.CoreClr.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/CoreCLR/InvokeWebRequestCommand.CoreClr.cs @@ -9,7 +9,7 @@ namespace Microsoft.PowerShell.Commands { /// - /// The Invoke-RestMethod command + /// The Invoke-WebRequest command /// This command makes an HTTP or HTTPS request to a web server and returns the results. /// [Cmdlet(VerbsLifecycle.Invoke, "WebRequest", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=217035", DefaultParameterSetName = "StandardMethod")] From bd52a978f488ad6c033cc040aaa8cd16b1f6f535 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Mon, 23 Apr 2018 13:20:01 -0700 Subject: [PATCH 2/2] Add the period. --- .../WebCmdlet/CoreCLR/InvokeWebRequestCommand.CoreClr.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/CoreCLR/InvokeWebRequestCommand.CoreClr.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/CoreCLR/InvokeWebRequestCommand.CoreClr.cs index 0b72362a929..82a7ba0dc51 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/CoreCLR/InvokeWebRequestCommand.CoreClr.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/CoreCLR/InvokeWebRequestCommand.CoreClr.cs @@ -9,7 +9,7 @@ namespace Microsoft.PowerShell.Commands { /// - /// The Invoke-WebRequest command + /// The Invoke-WebRequest command. /// This command makes an HTTP or HTTPS request to a web server and returns the results. /// [Cmdlet(VerbsLifecycle.Invoke, "WebRequest", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=217035", DefaultParameterSetName = "StandardMethod")]