Skip to content

Commit 414a21e

Browse files
authored
Fix typo (#18486)
Remove stray 'a' in "contain a separator characters like the following" -> "contain separator characters like the following"
1 parent f453fe9 commit 414a21e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/en-us/web/http/headers/set-cookie/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Set-Cookie: <cookie-name>=<cookie-value>; Domain=<domain-value>; Secure; HttpOnl
6363
A cookie definition begins with a name-value pair.
6464

6565
A `<cookie-name>` can contain any US-ASCII characters except for: the control character, space, or a tab.
66-
It also must not contain a separator characters like the following: `( ) < > @ , ; : \ " / [ ] ? = { }`.
66+
It also must not contain separator characters like the following: `( ) < > @ , ; : \ " / [ ] ? = { }`.
6767

6868
A `<cookie-value>` can optionally be wrapped in double quotes and include any US-ASCII character excluding a control character, {{glossary("Whitespace")}}, double quotes, comma, semicolon, and backslash.
6969

0 commit comments

Comments
 (0)