Skip to content

Commit a17fc90

Browse files
Spelling fix
1 parent 26ee96a commit a17fc90

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/sources/next/using-k6/cookies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 09
66

77
# Cookies
88

9-
HTTP Cookies are used by web sites and apps to store pieces of stateful information on user devices.
9+
HTTP Cookies are used by websites and apps to store pieces of stateful information on user devices.
1010
Through the `Set-Cookie` HTTP header, a server tells a client what information it wants stored on the user machine.
1111

1212
The user's browser stores the cookie data and associates it with the hostname of the server.

docs/sources/v0.50.x/using-k6/cookies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 09
66

77
# Cookies
88

9-
HTTP Cookies are used by web sites and apps to store pieces of stateful information on user devices.
9+
HTTP Cookies are used by websites and apps to store pieces of stateful information on user devices.
1010
Through the `Set-Cookie` HTTP header, a server tells a client what information it wants stored on the user machine.
1111

1212
The user's browser stores the cookie data and associates it with the hostname of the server.

docs/sources/v0.51.x/using-k6/cookies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 09
66

77
# Cookies
88

9-
HTTP Cookies are used by web sites and apps to store pieces of stateful information on user devices.
9+
HTTP Cookies are used by websites and apps to store pieces of stateful information on user devices.
1010
Through the `Set-Cookie` HTTP header, a server tells a client what information it wants stored on the user machine.
1111

1212
The user's browser stores the cookie data and associates it with the hostname of the server.

docs/sources/v0.52.x/using-k6/cookies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 09
66

77
# Cookies
88

9-
HTTP Cookies are used by web sites and apps to store pieces of stateful information on user devices.
9+
HTTP Cookies are used by websites and apps to store pieces of stateful information on user devices.
1010
Through the `Set-Cookie` HTTP header, a server tells a client what information it wants stored on the user machine.
1111

1212
The user's browser stores the cookie data and associates it with the hostname of the server.

0 commit comments

Comments
 (0)