From b3ca0c02c56e83d41f1ee28be7b124429db57f0b Mon Sep 17 00:00:00 2001 From: Johanan Lieberman Date: Fri, 1 Jul 2016 02:27:14 +0300 Subject: [PATCH] Fixed typo in Conditionals documentation page (#16537) --- docsite/rst/playbooks_conditionals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_conditionals.rst b/docsite/rst/playbooks_conditionals.rst index 4633e70cf5..56a25a44a1 100644 --- a/docsite/rst/playbooks_conditionals.rst +++ b/docsite/rst/playbooks_conditionals.rst @@ -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.