Skip to content

Commit

Permalink
Fix misspelling in ec2_instance docs (ansible-collections#1689)
Browse files Browse the repository at this point in the history
Fix misspelling in ec2_instance docs

SUMMARY

Fixes a misspelling in the docs, "Wether" -> "Whether"

ISSUE TYPE


Docs Pull Request

COMPONENT NAME

ec2_instance

Reviewed-by: Mark Chappell
Reviewed-by: Alina Buzachis
  • Loading branch information
s-burris authored Aug 7, 2023
1 parent 983cbe9 commit f0ab7b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/ec2_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,14 +360,14 @@
version_added: 4.0.0
type: str
description:
- Wether the instance metadata endpoint is available via IPv6 (C(enabled)) or not (C(disabled)).
- Whether the instance metadata endpoint is available via IPv6 (C(enabled)) or not (C(disabled)).
choices: [enabled, disabled]
default: 'disabled'
instance_metadata_tags:
version_added: 4.0.0
type: str
description:
- Wether the instance tags are availble (C(enabled)) via metadata endpoint or not (C(disabled)).
- Whether the instance tags are availble (C(enabled)) via metadata endpoint or not (C(disabled)).
choices: [enabled, disabled]
default: 'disabled'
Expand Down

0 comments on commit f0ab7b8

Please sign in to comment.