diff --git a/5-network/05-fetch-crossorigin/1-do-we-need-origin/task.md b/5-network/05-fetch-crossorigin/1-do-we-need-origin/task.md index 6bfdc109..fb8142a3 100644 --- a/5-network/05-fetch-crossorigin/1-do-we-need-origin/task.md +++ b/5-network/05-fetch-crossorigin/1-do-we-need-origin/task.md @@ -25,4 +25,4 @@ As you can see, both `Referer` and `Origin` are present. The questions: 1. Why `Origin` is needed, if `Referer` has even more information? -2. If it possible that there's no `Referer` or `Origin`, or it's incorrect? +2. Is it possible that there's no `Referer` or `Origin`, or is it incorrect?