Skip to content

Commit

Permalink
Update Cookie Docs - reference correct object name (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
duanebester authored Jan 14, 2021
1 parent 6909572 commit be09c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/markdown/docs/01 guides/02 Using k6/09 Cookies.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export default function () {
'https://httpbin.org/cookies',
'my_cookie',
'hello world',
cookeOptions,
cookieOptions,
);

// Override per-VU jar with local jar for the following request
Expand Down

0 comments on commit be09c17

Please sign in to comment.