1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix typo in gce_labels documentation (#33186)

This commit is contained in:
Remon van de Kamp 2017-11-22 14:55:48 +01:00 committed by Abhijeet Kasurde
parent 4c94c6f9ba
commit 3b0ff03547

View file

@ -15,9 +15,9 @@ DOCUMENTATION = '''
--- ---
module: gce_labels module: gce_labels
version_added: '2.4' version_added: '2.4'
short_description: Create, Update or Destory GCE Labels. short_description: Create, Update or Destroy GCE Labels.
description: 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 When specifying the GCE resource, users may specifiy the full URL for
the resource (its 'self_link'), or the individual parameters of the the resource (its 'self_link'), or the individual parameters of the
resource (type, location, name). Examples for the two options can be resource (type, location, name). Examples for the two options can be