Fixed typo in Conditionals documentation page (#16537)

This commit is contained in:
Johanan Lieberman 2016-07-01 02:27:14 +03:00 committed by Brian Coca
parent 2f69baf1b9
commit b3ca0c02c5

View file

@ -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.