1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #9328 from Batmat/fix-receive-typo

Typo: recieve -> receive.
This commit is contained in:
Michael DeHaan 2014-10-13 16:08:07 -07:00
commit e6bf1f5b6e

View file

@ -115,7 +115,7 @@ Should you have a question rather than a bug report, inquries are welcome on the
Documentation updates for this module can also be edited directly by submitting a pull request to the module source code, just look for the "DOCUMENTATION" block in the source tree.
This is a "core" ansible module, which means it will recieve slightly higher priority for all requests than those in the "extras" repos.
This is a "core" ansible module, which means it will receive slightly higher priority for all requests than those in the "extras" repos.
{% else %}
@ -130,7 +130,7 @@ Should you have a question rather than a bug report, inquries are welcome on the
Documentation updates for this module can also be edited directly by submitting a pull request to the module source code, just look for the "DOCUMENTATION" block in the source tree.
Note that this module is designated a "extras" module. Non-core modules are still fully usuable, but may recieve slightly lower response rates for issues and pull requests.
Note that this module is designated a "extras" module. Non-core modules are still fully usuable, but may receive slightly lower response rates for issues and pull requests.
Popular "extras" modules may be promoted to core modules over time.
{% endif %}