diff --git a/docs/docsite/rst/playbooks_filters.rst b/docs/docsite/rst/playbooks_filters.rst index 3b3be825fdd..c7d3b38ce4f 100644 --- a/docs/docsite/rst/playbooks_filters.rst +++ b/docs/docsite/rst/playbooks_filters.rst @@ -391,7 +391,7 @@ value using the same ``show vlan`` command.:: value: present Another common use case for parsing CLI commands is to break a large command -into blocks that can parsed. This can be done using the ``start_block`` and +into blocks that can be parsed. This can be done using the ``start_block`` and ``end_block`` directives to break the command into blocks that can be parsed.:: ---