doc(user_guide): fix typos (#47425)

This commit is contained in:
Simon Legner 2018-10-24 18:01:24 +02:00 committed by Sandra McCann
commit 5959158612
9 changed files with 12 additions and 12 deletions

View file

@ -6,7 +6,7 @@ Intro to Playbooks
About Playbooks
```````````````
Playbooks are a completely different way to use ansible than in adhoc task execution mode, and are
Playbooks are a completely different way to use ansible than in ad-hoc task execution mode, and are
particularly powerful.
Simply put, playbooks are the basis for a really simple configuration management and multi-machine deployment system,