Skip to content

Commit e4efa4c

Browse files
committed
draft
1 parent 4477438 commit e4efa4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/test/http-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ You can pass values from one HTTP request to another within the same `.http` fil
231231

232232
When `headers` is selected, a header name extracts the entire header. Header names are case-insensitive.
233233

234-
Example: `{{login.response.headers.Location}}`
234+
Example: `{{login.response.headers.Location}}`
235235

236236
If you want to refer to the response of a named request, you need to manually trigger the named request to retrieve its response first. When you extract values from the response, you'll get the latest response if the request has been sent more than once.
237237

0 commit comments

Comments
 (0)