Fixed typo in Conditionals documentation page (#16537)
This commit is contained in:
parent
2f69baf1b9
commit
b3ca0c02c5
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ decide to do something conditionally based on success or failure::
|
|||
when: result|skipped
|
||||
|
||||
|
||||
.. note:: the filters have been updated in 2.1 so both `success` and `succeded` work (`fail`/`failed`, etc).
|
||||
.. note:: the filters have been updated in 2.1 so both `success` and `succeeded` work (`fail`/`failed`, etc).
|
||||
|
||||
Note that was a little bit of foreshadowing on the 'register' statement. We'll get to it a bit later in this chapter.
|
||||
|
||||
|
|
Loading…
Reference in a new issue