Skip to content

Commit

Permalink
Fix typo (#19585) (#22060)
Browse files Browse the repository at this point in the history
Co-authored-by: Byungjin Park (BJ) <posquit0.bj@gmail.com>
  • Loading branch information
dedemorton and posquit0 committed Oct 21, 2020
1 parent 6e3f3ec commit 98fd4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heartbeat/docs/monitors/monitor-http.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Under `check.response`, specify these options:

*`status`*:: A list of expected status codes. 4xx and 5xx codes are considered `down` by default. Other codes are considered `up`.
*`headers`*:: The required response headers.
*`body`*:: A list of regular expressions to match the the body output. Only a single expression needs to match. HTTP response
*`body`*:: A list of regular expressions to match the body output. Only a single expression needs to match. HTTP response
bodies of up to 100MiB are supported.

Example configuration:
Expand Down

0 comments on commit 98fd4df

Please sign in to comment.