Correct a typo in comment for 'Invoke-WebRequest' (#6700)

This commit is contained in:
Gabriel Sroka 2018-04-23 14:21:50 -07:00 committed by Dongbo Wang
parent 2da7576736
commit 84a3c9cdc7

View file

@ -9,7 +9,7 @@ using System.IO;
namespace Microsoft.PowerShell.Commands
{
/// <summary>
/// The Invoke-RestMethod command
/// The Invoke-WebRequest command.
/// This command makes an HTTP or HTTPS request to a web server and returns the results.
/// </summary>
[Cmdlet(VerbsLifecycle.Invoke, "WebRequest", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=217035", DefaultParameterSetName = "StandardMethod")]