Skip to content

Commit 461bd4e

Browse files
Merge pull request #1351 from skube/patch-1
docs: typo
2 parents adde728 + 914840a commit 461bd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/markdown/translated-guides/en/02 Using k6/09 Cookies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For each subsequent request to that hostname, it includes the stored cookie data
1212

1313
You can then control more specific rules for whether to send the cookie data or not,
1414
including limiting it to specific subdomains or paths.
15-
You can also to set an expiry date on the cookie and tell the browser to send it only over encrypted (SSL/TLS) connections.
15+
You can also set an expiry date on the cookie and tell the browser to send it only over encrypted (SSL/TLS) connections.
1616

1717
## Cookies with k6
1818

0 commit comments

Comments
 (0)