diff --git a/docs/eng/config.md b/docs/eng/config.md index 6855846c4..87f8e2e08 100644 --- a/docs/eng/config.md +++ b/docs/eng/config.md @@ -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 diff --git a/docs/eng/http-generator.md b/docs/eng/http-generator.md index 43d3ad7b4..bd73b2a09 100644 --- a/docs/eng/http-generator.md +++ b/docs/eng/http-generator.md @@ -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 ``` diff --git a/docs/eng/scenario-http-generator.md b/docs/eng/scenario-http-generator.md index a1d24b35e..4455ca5f6 100644 --- a/docs/eng/scenario-http-generator.md +++ b/docs/eng/scenario-http-generator.md @@ -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. diff --git a/docs/rus/config.md b/docs/rus/config.md index 9e385e842..69364f17d 100644 --- a/docs/rus/config.md +++ b/docs/rus/config.md @@ -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 diff --git a/docs/rus/http-generator.md b/docs/rus/http-generator.md index 31ccba8c0..80aedbd52 100644 --- a/docs/rus/http-generator.md +++ b/docs/rus/http-generator.md @@ -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 ```