diff --git a/src/data/markdown/translated-guides/en/02 Using k6/09 Cookies.md b/src/data/markdown/translated-guides/en/02 Using k6/09 Cookies.md index a27f92c2b..1648cc6aa 100644 --- a/src/data/markdown/translated-guides/en/02 Using k6/09 Cookies.md +++ b/src/data/markdown/translated-guides/en/02 Using k6/09 Cookies.md @@ -12,7 +12,7 @@ For each subsequent request to that hostname, it includes the stored cookie data You can then control more specific rules for whether to send the cookie data or not, including limiting it to specific subdomains or paths. -You can also to set an expiry date on the cookie and tell the browser to send it only over encrypted (SSL/TLS) connections. +You can also set an expiry date on the cookie and tell the browser to send it only over encrypted (SSL/TLS) connections. ## Cookies with k6