Skip to content

Commit 0080d7c

Browse files
authored
Update import-and-run-http.md (#722)
Fix spelling error: 'Autenticate' to 'Authenticate'
1 parent 183bf44 commit 0080d7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/usage/import-and-run-http.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ run #Request with two vars (@host=example.com, @user=userName)
6767

6868
### Run specific requests from the current .http file
6969

70-
In the example below, when you run `#Request_one`, it will run the `Autenticate` request first, and then the `Request_one` request.
70+
In the example below, when you run `#Request_one`, it will run the `Authenticate` request first, and then the `Request_one` request.
7171

7272
```http
73-
### Autenticate
73+
### Authenticate
7474
POST https://httpbin.org/post HTTP/1.1
7575
Content-Type: application/x-ndjson
7676
@@ -80,7 +80,7 @@ Content-Type: application/x-ndjson
8080
8181
### Request_one
8282
83-
run #Autenticate
83+
run #Authenticate
8484
8585
POST https://httpbin.org/post HTTP/1.1
8686
Accept: application/json

0 commit comments

Comments
 (0)