Skip to content

Commit ed3c08f

Browse files
Fix typo
Co-authored-by: Imma Valls <[email protected]>
1 parent 171fcd2 commit ed3c08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/markdown/docs/05 Examples/02 Tutorials/01 Get started with k6/300 Analyze results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jq '. | select(.type == "Point" and .metric == "http_req_duration" and .data.tag
147147
148148
## Organize requests in groups
149149
150-
You can also organize your test logic into [Groups](/using-k6/tags-and-groups#groups). Test logic inside a `group` tags to all requests and metrics within its block.
150+
You can also organize your test logic into [Groups](/using-k6/tags-and-groups#groups). Test logic inside a `group` tags all requests and metrics within its block.
151151
Groups can help you organize the test as a series of logical transactions or blocks.
152152
153153
### Context: a new test to group test logic

0 commit comments

Comments
 (0)