Skip to content

Commit f6a8d67

Browse files
Update lib/Mojo/Cookie/Response.pm
Co-authored-by: Copilot <[email protected]>
1 parent 697d016 commit f6a8d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Mojo/Cookie/Response.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Max age for cookie.
131131
my $partitioned = $cookie->partitioned;
132132
$cookie = $cookie->partitioned(1);
133133
134-
Partitioned flag, this is to be used in accordance to the CHIPS ammendment to RFC 6265.
134+
Partitioned flag, this is to be used in accordance to the CHIPS amendment to RFC 6265.
135135
Note that this attribute is B<EXPERIMENTAL> because even though most commonly used browsers support the
136136
feature, there is no specification yet besides L<this
137137
draft|https://www.ietf.org/archive/id/draft-cutler-httpbis-partitioned-cookies-00.html>.

0 commit comments

Comments
 (0)