From 3b0ff0354715cdcad3dce8102b37587857634137 Mon Sep 17 00:00:00 2001 From: Remon van de Kamp Date: Wed, 22 Nov 2017 14:55:48 +0100 Subject: [PATCH] Fix typo in gce_labels documentation (#33186) --- lib/ansible/modules/cloud/google/gce_labels.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/google/gce_labels.py b/lib/ansible/modules/cloud/google/gce_labels.py index 8472e56ec1..0b6992b9cd 100644 --- a/lib/ansible/modules/cloud/google/gce_labels.py +++ b/lib/ansible/modules/cloud/google/gce_labels.py @@ -15,9 +15,9 @@ DOCUMENTATION = ''' --- module: gce_labels version_added: '2.4' -short_description: Create, Update or Destory GCE Labels. +short_description: Create, Update or Destroy GCE Labels. description: - - Create, Update or Destory GCE Labels on instances, disks, snapshots, etc. + - Create, Update or Destroy GCE Labels on instances, disks, snapshots, etc. When specifying the GCE resource, users may specifiy the full URL for the resource (its 'self_link'), or the individual parameters of the resource (type, location, name). Examples for the two options can be