From 84ace7acc355ec3d60eb11709f4ff097fc56ff43 Mon Sep 17 00:00:00 2001 From: David Chkhikvadze Date: Mon, 4 Dec 2017 13:21:54 +0100 Subject: [PATCH] Add missing `be` (#33507) --- docs/docsite/rst/playbooks_filters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/playbooks_filters.rst b/docs/docsite/rst/playbooks_filters.rst index 3b3be825fd..c7d3b38ce4 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.:: ---