fix typos in various modules and docsite (#28747)

This commit is contained in:
René Moser 2017-08-29 17:59:41 +02:00 committed by GitHub
commit c97f4653be
5 changed files with 11 additions and 11 deletions

View file

@ -35,7 +35,7 @@ options:
state:
description:
- state of the package, you can use "installed" as an alias for C(present) and removed as one for c(absent).
- state of the package, you can use "installed" as an alias for C(present) and removed as one for C(absent).
choices: [ 'present', 'absent', 'latest' ]
required: false
default: present