diff options
author | John Barker <john@johnrbarker.com> | 2014-02-10 23:00:19 +0000 |
---|---|---|
committer | John Barker <john@johnrbarker.com> | 2014-02-10 23:00:19 +0000 |
commit | 1f4b91575b70206a0bfd5bdaf1841ef01d6380e2 (patch) | |
tree | 8dea6798201d4569733302b5191a38be3e616e58 /CONTRIBUTING.md | |
parent | bbda98a3eee97507fc9184bd9a3410267fc5748f (diff) | |
download | ansible-1f4b91575b70206a0bfd5bdaf1841ef01d6380e2.tar.gz |
Fix various typos in markdown documentation
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index afa1b2bf24..706aea0924 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -94,7 +94,7 @@ to see if the issue has already been reported. When filing a bug, the following information is always required: * A good name for the bug ("Foo module raises exception when xyz=glork is used", vs "foo doesn't work") -* A succint description of the problem +* A succinct description of the problem * What version of ansible you are using (ansible --version) * Steps to reproduce the problem, including commands or playbook snippets as relevant * Expected results |