Skip to content

Commit 353c87d

Browse files
committed
typo
1 parent 92a8a40 commit 353c87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/05-fetch-crossorigin/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ A preflight request uses the method `OPTIONS`, no body and three headers:
211211
212212
- `Access-Control-Request-Method` header has the method of the unsafe request.
213213
- `Access-Control-Request-Headers` header provides a comma-separated list of its unsafe HTTP-headers.
214-
- `ORIGIN` header tells from where the request came. (such as `https://javascript.info`)
214+
- `Origin` header tells from where the request came. (such as `https://javascript.info`)
215215
216216
If the server agrees to serve the requests, then it should respond with empty body, status 200 and headers:
217217

0 commit comments

Comments
 (0)