Skip to content

Commit cc03518

Browse files
authored
Fix -MaximumRetryCount description in Invoke-WebRequest.md
1 parent fe9d48e commit cc03518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/7.4/Microsoft.PowerShell.Utility/Invoke-WebRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ Accept wildcard characters: False
829829
### -MaximumRetryCount
830830

831831
Specifies how many times PowerShell retries a connection when a failure code between 400 and 599,
832-
inclusive or 304 is received. Also see **RetryIntervalSec** parameter for specifying number of
832+
inclusive or 304 is received. Also see **RetryIntervalSec** parameter for specifying the interval between
833833
retries.
834834

835835
```yaml

0 commit comments

Comments
 (0)