Fix typo in default_callback.py (#75051)

Changed beggining -> beginning
This commit is contained in:
Ikko Ashimine 2021-06-18 13:31:11 +09:00 committed by GitHub
parent cd473dfb2f
commit 38a11c3240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ class ModuleDocFragment(object):
name: Show markers when running in check mode
description:
- Toggle to control displaying markers when running in check mode.
- "The markers are C(DRY RUN) at the beggining and ending of playbook execution (when calling C(ansible-playbook --check))
- "The markers are C(DRY RUN) at the beginning and ending of playbook execution (when calling C(ansible-playbook --check))
and C(CHECK MODE) as a suffix at every play and task that is run in check mode."
type: bool
default: no