Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen1778 authored and valyala committed Jun 13, 2018
1 parent 49687f3 commit 455fb9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ network_groups:

# Optional list of GET params to send with each request
param_groups:
# Group name, which may be passed into `param_groups` option on the `user` level.
# Group name, which may be passed into `params` option on the `user` level.
- name: "cron-job"
# List of key-value params to send
params:
Expand Down
2 changes: 1 addition & 1 deletion config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ grace_time: <duration>
### <param_groups_config>
```yml
# Group name, which may be passed into `param_groups` option on the `user` level.
# Group name, which may be passed into `params` option on the `user` level.
- name: <string>
# List of key-value params to send
params:
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ network_groups:

# Optional list of GET params to send with each request
param_groups:
# Group name, which may be passed into `param_groups` option on the `user` level.
# Group name, which may be passed into `params` option on the `user` level.
- name: "cron-job"
# List of key-value params to send
params:
Expand Down

0 comments on commit 455fb9a

Please sign in to comment.