Skip to content

Commit f82336d

Browse files
Fix a couple of typos in README.md (#60)
1 parent 0de6e5e commit f82336d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ This would enable `embed.maps.com` to store user preferences with cookies withou
187187
Consider `retail.com` has noticed that users are having trouble signing up for an account and navigating through the site's purchase flow.
188188
The owners of `retail.com` contract a third party, `support.chat.com`, to embed a chat widget on `retail.com` to help users who need support.
189189

190-
When a user is intercting with `support.chat.com`'s widget, they set a session cookie to continue conversations between top-level page navigations:
190+
When a user is interacting with `support.chat.com`'s widget, they set a session cookie to continue conversations between top-level page navigations:
191191

192192
```
193193
Set-Cookie: __Host-coversationid=a3e70; SameSite=None; Secure; HttpOnly; Path=/;
@@ -283,8 +283,8 @@ This helps address some aspects of cookies' [weak confidentiality](https://tools
283283
### Avoid a large memory footprint
284284

285285
One concern about introducing partitioned cookies is the proliferation of state on users' machines.
286-
With unpartitioned third-party cookies, a single third party only needed to set one cookie on a user's machines which could be used for cross-site requests across all top-level sites a user visits.
287-
After unpartitioned third-party cookies are removed, a third party will need to set one cookie per top-level context that the user visits, resulting in more cookies set on user's machines.
286+
With unpartitioned third-party cookies, a single third party only needed to set one cookie on a user's machine which could be used for cross-site requests across all top-level sites a user visits.
287+
After unpartitioned third-party cookies are removed, a third party will need to set one cookie per top-level context that the user visits, resulting in more cookies set on users' machines.
288288

289289
Browsers that wish to support partitioned cookies must impose additional limitations on the number of cookies available to a third-party domain per-partition.
290290

0 commit comments

Comments
 (0)