Преглед изворни кода

Correcting typo in dynamic data store page

cmacrae пре 10 година
родитељ
комит
d9080f202b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/dynamic_data.md

+ 1 - 1
docs/dynamic_data.md

@@ -22,7 +22,7 @@ If you take a look at the `tasks/ssl.yml` playbook, there's a use of the handy [
 
 Very handy!
 
-I've coupled this with the generation of SSL certs on the Sensu "master". So, when applying this role to a node on which `sensu_master` evaluates to `true`, SSL several SSL certs are generated, then stashed on the Ansible "master" node in the dynamic data store for distribution to client nodes at a later point in the playbook.
+I've coupled this with the generation of SSL certs on the Sensu "master". So, when applying this role to a node on which `sensu_master` evaluates to `true`, several SSL certs are generated, then stashed on the Ansible "master" node in the dynamic data store for distribution to client nodes at a later point in the playbook.
 
 I've defined my `dynamic_data_store` variable at the top level of my Ansible codebase, in the file `group_vars/all.yml`:
 ``` yaml