Skip to content

Commit

Permalink
docs: Fix indentation issue
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Collins <[email protected]>
  • Loading branch information
tico24 committed Mar 24, 2021
1 parent 4720648 commit 4673a4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/tutorials/07-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ The data filter offers `comparator` “>=”, “>”, “=”, “!=”, “<
e.g.,

filters:
data:
- path: body.value
type: number
comparator: ">"
value:
data:
- path: body.value
type: number
comparator: ">"
value:
- "50.0"

<br/>
Expand Down

0 comments on commit 4673a4b

Please sign in to comment.