Skip to content

Commit bcedaf0

Browse files
matt9ucciSean Wheeler
authored andcommitted
Fix example numbers in Invoke-WebRequest.md (#1862)
Example number '4' is duplicated.
1 parent 248e283 commit bcedaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The final command writes the Content property to the file then disposes the Stre
134134

135135
Note that the Encoding property will be null if the web request does not return text content.
136136

137-
### Example 4: Submit a multipart/form-data file
137+
### Example 5: Submit a multipart/form-data file
138138
```powershell
139139
$FilePath = 'c:\document.txt'
140140
$FieldName = 'document'

0 commit comments

Comments
 (0)