Skip to content

Commit

Permalink
Test file modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Dec 23, 2024
1 parent 534db32 commit cab6dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sources/k6/next/using-k6/checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ $ k6 run script.js

In this example, note that the check "is status 200" succeeded 100% of the times it was called.

## Add multiple checks
## Add multiple checks.

You can also add multiple checks within a single [check()](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6/check) statement:

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/next/using-k6/test-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ a script always runs through these stages in the same order:
{{< admonition type="note" >}}

**Lifecycle functions**

.
Except for init code, each stage occurs in a _lifecycle function_,
a function called in a specific sequence in the k6 runtime.

Expand Down

0 comments on commit cab6dae

Please sign in to comment.