Skip to content

Commit 5e11bd8

Browse files
committed
Fix typo
1 parent aaab28d commit 5e11bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_faq/cdc8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ At this point we need to go back to those muddy waters around origins and cookie
7676
Let's consider a website running at `http://localhost:8080` making AJAX requests to `http://localhost:3000`. The ports
7777
don't match so they have different *origins*. We're in CORS territory.
7878

79-
However, a *cookie domain* is not the same thing as an *origin*. Cookies for both of these server will have a domain of
79+
However, a *cookie domain* is not the same thing as an *origin*. Cookies for both of these servers will have a domain of
8080
*localhost*. The port is ignored. So from a cookie-domain perspective they count as the same site.
8181

8282
Keep in mind that cookies were introduced to the web a long time ago. If they were introduced from scratch today they

0 commit comments

Comments
 (0)