Skip to content

Commit

Permalink
fix(doc): invalid doc on Purge (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsteinmetz authored Oct 19, 2022
1 parent 0e6de92 commit be88d52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
examples = {
@Example(
code = {
"endDate: \"{{ now() | dateAdd(-1, 'MONTH') }}\"",
"endDate: \"{{ now() | dateAdd(-1, 'MONTHS') }}\"",
"states: ",
" - KILLED",
" - FAILED",
Expand Down

0 comments on commit be88d52

Please sign in to comment.