From 914f8e459684ee67dd4b89f62cfa52d653795318 Mon Sep 17 00:00:00 2001 From: Dan Kolb Date: Fri, 28 Apr 2017 15:47:35 -0500 Subject: [PATCH] Fixes minor type in docs (#24117) Removes an extra `e` from the word `batch` in the the `playbooks_delegation` documentation seen at: http://docs.ansible.com/ansible/playbooks_delegation.html --- docs/docsite/rst/playbooks_delegation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/playbooks_delegation.rst b/docs/docsite/rst/playbooks_delegation.rst index 6ae63655189..de684290431 100644 --- a/docs/docsite/rst/playbooks_delegation.rst +++ b/docs/docsite/rst/playbooks_delegation.rst @@ -54,7 +54,7 @@ As of Ansible 2.2, the batch sizes can be specified as a list, as follows:: In the above example, the first batch would contain a single host, the next would contain 5 hosts, and (if there are any hosts left), every following batch would contain 10 hosts until all available hosts are used. -It is also possible to list multiple batche sizes as percentages:: +It is also possible to list multiple batch sizes as percentages:: - name: test play hosts: webservers