We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697d016 commit f6a8d67Copy full SHA for f6a8d67
lib/Mojo/Cookie/Response.pm
@@ -131,7 +131,7 @@ Max age for cookie.
131
my $partitioned = $cookie->partitioned;
132
$cookie = $cookie->partitioned(1);
133
134
-Partitioned flag, this is to be used in accordance to the CHIPS ammendment to RFC 6265.
+Partitioned flag, this is to be used in accordance to the CHIPS amendment to RFC 6265.
135
Note that this attribute is B<EXPERIMENTAL> because even though most commonly used browsers support the
136
feature, there is no specification yet besides L<this
137
draft|https://www.ietf.org/archive/id/draft-cutler-httpbis-partitioned-cookies-00.html>.
0 commit comments