Skip to content

Commit fc77938

Browse files
authored
Merge pull request #1111 from bcoca/fix_typo
Alternatives is plural
2 parents 4daebff + f557b29 commit fc77938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docsite/rst/dev_guide/module_lifecycle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To deprecate a module in ansible-core, you must:
3232
:removed_in: A ``string``, such as ``"2.10"``; the version of Ansible where the module will be replaced with a docs-only module stub. Usually current release +4. Mutually exclusive with :removed_by_date:.
3333
:remove_by_date: (Added in ansible-base 2.10). An ISO 8601 formatted date when the module will be removed. Usually 2 years from the date the module is deprecated. Mutually exclusive with :removed_in:.
3434
:why: Optional string that used to detail why this has been removed.
35-
:alternative: Inform users they should do instead, for example, ``Use M(whatmoduletouseinstead) instead.``.
35+
:alternatives: Inform users they should do instead, for example, ``Use M(whatmoduletouseinstead) instead.``.
3636

3737
* For an example of documenting deprecation, see this `PR that deprecates multiple modules <https://github.com/ansible/ansible/pull/43781/files>`_.
3838
Some of the elements in the PR might now be out of date.

0 commit comments

Comments
 (0)