Skip to content

Commit

Permalink
Fix a typo in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanj committed Jan 15, 2020
1 parent ea44c9a commit fa4e612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Select all tasks that have an ``http_status`` of 401 that were also made to a
--select 'http_status == `401`' \
--select 'uri && contains(uri, `"/criticalEndpoint"`)'
Here ``--select`` is passed twice to mimic a logic AND condition, it is also
Here ``--select`` is passed twice to mimic a logical AND condition, it is also
possible to use the JMESPath ``&&`` operator. There is also a test for the
existence of the ``uri`` key to guard against calling the ``contains()``
function with a null subject.
Expand Down

0 comments on commit fa4e612

Please sign in to comment.