Skip to content

Commit

Permalink
docs: bit misspells
Browse files Browse the repository at this point in the history
Pull Request resolved: #171
  • Loading branch information
guspan-tanadi authored and oke11o committed Nov 2, 2023
1 parent 6702ac1 commit afd5191
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/eng/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
- [Basic configuration](#basic-configuration)
- [Monitoring and Logging](#monitoring-and-logging)
- [Variables from env and files](#variables-from-env-and-files)
- [Variables from env and files](#variables-from-env-and-files)

## Basic configuration

Expand Down
2 changes: 1 addition & 1 deletion docs/eng/http-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gun:
uri-elements: 2 # URI elements used to autotagging. Default: 2
no-tag-only: true # When true, autotagged only ammo that has no tag before. Default: true
httptrace:
dump: true # calculate responce bytes
dump: true # calculate response bytes
trace: true # calculate different request stages: connect time, send time, latency, request bytes
```
Expand Down
2 changes: 1 addition & 1 deletion docs/eng/scenario-http-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ scenarios:

### Templater

The `uri`, `headers`, `body` fields are templateized.
The `uri`, `headers`, `body` fields are templatized.

The standard go template is used.

Expand Down
1 change: 0 additions & 1 deletion docs/rus/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
- [Basic configuration](#basic-configuration)
- [Monitoring and Logging](#monitoring-and-logging)
- [Variables from env and files](#variables-from-env-and-files)
- [Variables from env and files](#variables-from-env-and-files)

## Basic configuration

Expand Down
2 changes: 1 addition & 1 deletion docs/rus/http-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gun:
uri-elements: 2 # URI elements used to autotagging. Default: 2
no-tag-only: true # When true, autotagged only ammo that has no tag before. Default: true
httptrace:
dump: true # calculate responce bytes
dump: true # calculate response bytes
trace: true # calculate different request stages: connect time, send time, latency, request bytes
```
Expand Down

0 comments on commit afd5191

Please sign in to comment.