Skip to content

Commit

Permalink
docs: fix documentation formatting (#190)
Browse files Browse the repository at this point in the history
Fix documentation formatting
  • Loading branch information
k3rn31 authored Oct 24, 2022
1 parent 76d0686 commit b4c4ec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/usage/commands/unleash/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ The output file in JSON format and has the following structure:

[//]: # (@formatter:off)
!!! warning
The JSON output file is not _pretty printed_; it is optimised for machine reading.
The JSON output file is not _pretty printed_; it is optimised for machine reading.
[//]: # (@formatter:on)

### Remove self-assignments
Expand Down Expand Up @@ -243,7 +243,7 @@ gremlins unleash --tags "tag1,tag2"

[//]: # (@formatter:off)
!!! tip
To understand better the use of these flag, check [workers](workers.md)
To understand better the use of these flag, check [workers](workers.md)
[//]: # (@formatter:on)

This flag overrides the number of CPUs the Go test tool will utilize. By default, Gremlins doesn't set this value.
Expand Down Expand Up @@ -286,7 +286,7 @@ gremlins unleash --threshold-mcover 80

[//]: # (@formatter:off)
!!! tip
To understand better the use of these flag, check [workers](workers.md)
To understand better the use of these flag, check [workers](workers.md)
[//]: # (@formatter:on)

Gremlins determines the timeout for each Go test run by multiplying by a coefficient the time it took to perform the
Expand Down

0 comments on commit b4c4ec1

Please sign in to comment.