From d0fb125586cc1641dfb47cecb9e090bdced51a08 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Tue, 30 Jun 2020 19:00:41 +0530 Subject: [PATCH] docs: misc fixes for typos (#602) Migrated from https://github.com/ansible/ansible/pull/68367 Signed-off-by: Radoslav Dimitrov dimitrovr@vmware.com --- plugins/modules/cloud/packet/packet_device.py | 6 +++--- plugins/modules/cloud/packet/packet_ip_subnet.py | 4 ++-- plugins/modules/cloud/packet/packet_sshkey.py | 4 ++-- plugins/modules/cloud/packet/packet_volume.py | 2 +- plugins/modules/cloud/packet/packet_volume_attachment.py | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/modules/cloud/packet/packet_device.py b/plugins/modules/cloud/packet/packet_device.py index f79ca88075..b91778f71b 100644 --- a/plugins/modules/cloud/packet/packet_device.py +++ b/plugins/modules/cloud/packet/packet_device.py @@ -30,7 +30,7 @@ author: options: auth_token: description: - - Packet api token. You can also supply it in env var C(PACKET_API_TOKEN). + - Packet API token. You can also supply it in env var C(PACKET_API_TOKEN). count: description: @@ -134,7 +134,7 @@ notes: ''' EXAMPLES = ''' -# All the examples assume that you have your Packet api token in env var PACKET_API_TOKEN. +# All the examples assume that you have your Packet API token in env var PACKET_API_TOKEN. # You can also pass it to the auth_token parameter of the module instead. # Creating devices @@ -151,7 +151,7 @@ EXAMPLES = ''' facility: sjc1 # Create the same device and wait until it is in state "active", (when it's -# ready for other API operations). Fail if the devices in not "active" in +# ready for other API operations). Fail if the device is not "active" in # 10 minutes. - name: Create device and wait up to 10 minutes for active state diff --git a/plugins/modules/cloud/packet/packet_ip_subnet.py b/plugins/modules/cloud/packet/packet_ip_subnet.py index 38cac7dcc3..584aa193ad 100644 --- a/plugins/modules/cloud/packet/packet_ip_subnet.py +++ b/plugins/modules/cloud/packet/packet_ip_subnet.py @@ -30,7 +30,7 @@ author: options: auth_token: description: - - Packet api token. You can also supply it in env var C(PACKET_API_TOKEN). + - Packet API token. You can also supply it in env var C(PACKET_API_TOKEN). type: str hostname: @@ -80,7 +80,7 @@ requirements: ''' EXAMPLES = ''' -# All the examples assume that you have your Packet api token in env var PACKET_API_TOKEN. +# All the examples assume that you have your Packet API token in env var PACKET_API_TOKEN. # You can also pass it to the auth_token parameter of the module instead. - name: Create 1 device and assign an arbitrary public IPv4 subnet to it diff --git a/plugins/modules/cloud/packet/packet_sshkey.py b/plugins/modules/cloud/packet/packet_sshkey.py index 966f87069c..699a069e39 100644 --- a/plugins/modules/cloud/packet/packet_sshkey.py +++ b/plugins/modules/cloud/packet/packet_sshkey.py @@ -22,7 +22,7 @@ options: choices: ['present', 'absent'] auth_token: description: - - Packet api token. You can also supply it in env var C(PACKET_API_TOKEN). + - Packet API token. You can also supply it in env var C(PACKET_API_TOKEN). label: description: - Label for the key. If you keep it empty, it will be read from key string. @@ -77,7 +77,7 @@ changed: sample: True returned: always sshkeys: - description: Information about sshkeys that were createe/removed. + description: Information about sshkeys that were created/removed. type: list sample: [ { diff --git a/plugins/modules/cloud/packet/packet_volume.py b/plugins/modules/cloud/packet/packet_volume.py index 182aa1d06f..3abca4b845 100644 --- a/plugins/modules/cloud/packet/packet_volume.py +++ b/plugins/modules/cloud/packet/packet_volume.py @@ -40,7 +40,7 @@ options: auth_token: description: - - Packet api token. You can also supply it in env var C(PACKET_API_TOKEN). + - Packet API token. You can also supply it in env var C(PACKET_API_TOKEN). type: str name: diff --git a/plugins/modules/cloud/packet/packet_volume_attachment.py b/plugins/modules/cloud/packet/packet_volume_attachment.py index b439ff1e31..6fc79979b4 100644 --- a/plugins/modules/cloud/packet/packet_volume_attachment.py +++ b/plugins/modules/cloud/packet/packet_volume_attachment.py @@ -38,7 +38,7 @@ options: auth_token: description: - - Packet api token. You can also supply it in env var C(PACKET_API_TOKEN). + - Packet API token. You can also supply it in env var C(PACKET_API_TOKEN). type: str project_id: