Skip to content

Commit 6e147e9

Browse files
danmyhresdwheeler
authored andcommitted
Update Invoke-WebRequest.md (#4872)
Fixed variable name
1 parent d0a3fce commit 6e147e9

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
@@ -104,7 +104,7 @@ From Value 1
104104
To Value 5280
105105
```
106106

107-
The first command issues the request and saves the response in the `$R` variable.
107+
The first command issues the request and saves the response in the `$response` variable.
108108

109109
The second command gets any **InputField** where the **name** property is like "* Value". The
110110
filtered results are piped to `Select-Object` to select the **name** and **value** properties.

0 commit comments

Comments
 (0)