Grammar fix

This commit is contained in:
Alex Dadgar 2017-02-02 11:28:04 -08:00
parent 6b7efa1ba6
commit 1a960ee5cd
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ README][ct].
- `destination` `(string: <required>)` - Specifies the location where the
resulting template should be rendered, relative to the task directory.
- `perms` `(string: "666")` - Specifies the rendered templates permissions. File
permissions are given as octal of the unix file permissions rwxrwxrwx.
- `perms` `(string: "666")` - Specifies the rendered template's permissions.
File permissions are given as octal of the unix file permissions rwxrwxrwx.
- `source` `(string: "")` - Specifies the path to the template to be rendered.
One of `source` or `data` must be specified, but not both. This source can