Fixed spelling (#78911)

pull/78930/head
Joel McGuire 3 years ago committed by GitHub
parent 0884a7cf0e
commit ae66d9a1f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ DOCUMENTATION:
version_added: "2.0"
short_description: replace a string via regex
description:
- Replace a substring defined by a regular expression with another defined by another regular expressoin based on the first match.
- Replace a substring defined by a regular expression with another defined by another regular expression based on the first match.
notes:
- Maps to Python's C(regex.replace).
positional: _input, _regex_match, _regex_replace

Loading…
Cancel
Save