Skip to content

Commit f197b5a

Browse files
authored
Update src/how-to/support/inspector.md
1 parent 3150826 commit f197b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/how-to/support/inspector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Copy the entire output of this terminal session for Wire. What we'll be looking
144144
* -v <-- verbose mode, so we can see the resulting headers
145145
* -o bad_request <-- our file to store the result of the request in.
146146
* -X GET <-- our method
147-
* -H "Origin <your teams URL>"
147+
* -H "Origin: <broken request URL>"
148148
* -H <first header>
149149
* -H <second header>...
150150
* Copy all of the headers from the GET request in your inspector, into your Curl command, then hit enter to run the request in Curl.

0 commit comments

Comments
 (0)