From bacb071ead9f0ec0660f4e0eaf57ab4a9791bc0a Mon Sep 17 00:00:00 2001 From: Bernard Vander Beken Date: Fri, 6 Apr 2018 10:30:14 +0200 Subject: [PATCH] Improve wording for -UseBasicParsing Affect and effect are similar, but not the same. I think effect is the word that is intended here. https://www.merriam-webster.com/dictionary/affect --- reference/6/Microsoft.PowerShell.Utility/Invoke-WebRequest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/6/Microsoft.PowerShell.Utility/Invoke-WebRequest.md b/reference/6/Microsoft.PowerShell.Utility/Invoke-WebRequest.md index f359b14c5176..8f82b9c0f386 100644 --- a/reference/6/Microsoft.PowerShell.Utility/Invoke-WebRequest.md +++ b/reference/6/Microsoft.PowerShell.Utility/Invoke-WebRequest.md @@ -727,7 +727,7 @@ Accept wildcard characters: False ``` ### -UseBasicParsing -This parameter has been deprecated. Beginning with PowerShell 6.0.0, all Web requests use basic parsing only. This parameter is included for backwards compatibility only and any use of it will have no affect on the operation of the cmdlet. +This parameter has been deprecated. Beginning with PowerShell 6.0.0, all Web requests use basic parsing only. This parameter is included for backwards compatibility only and any use of it will have no effect on the operation of the cmdlet. ```yaml Type: SwitchParameter @@ -835,4 +835,4 @@ Beginning with PowerShell 6.0.0 `Invoke-WebRequest` supports basic parsing only. [ConvertFrom-Json](ConvertFrom-Json.md) -[ConvertTo-Json](ConvertTo-Json.md) \ No newline at end of file +[ConvertTo-Json](ConvertTo-Json.md)