Skip to content

Commit

Permalink
Fix double period and update wording a bit
Browse files Browse the repository at this point in the history
Typos.
  • Loading branch information
TomasHubelbauer committed Jan 2, 2024
1 parent 39544b1 commit ded371e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tab and run this:
fetch('http://localhost:3000').then(response => response.text()).then(text => console.log(text));
```

But your `fetch` request is still subject to CORS.. You'll get this error:
Your `fetch` call is still subject to CORS so you'll get this error:

```
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at
Expand Down

0 comments on commit ded371e

Please sign in to comment.