Skip to content

Commit b7fca48

Browse files
Fix typo on word 'Certificate' for map description (#14859) (#24160)
[upstream:ed24432ec850860d15e4c4ee4d0283e9eb163b77] Signed-off-by: Modular Magician <[email protected]>
1 parent 273b0bb commit b7fca48

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/14859.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
certificatemanager: Fixed typo for map entry description on word 'Certificate'
3+
```

google/services/certificatemanager/resource_certificate_manager_certificate_map_entry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Each certificate must match pattern projects/*/locations/*/certificates/*.`,
7373
Required: true,
7474
ForceNew: true,
7575
DiffSuppressFunc: tpgresource.CompareSelfLinkOrResourceName,
76-
Description: `A map entry that is inputted into the cetrificate map`,
76+
Description: `A map entry that is inputted into the certificate map`,
7777
},
7878
"name": {
7979
Type: schema.TypeString,

website/docs/r/certificate_manager_certificate_map_entry.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The following arguments are supported:
106106

107107
* `map` -
108108
(Required)
109-
A map entry that is inputted into the cetrificate map
109+
A map entry that is inputted into the certificate map
110110

111111

112112
* `description` -

0 commit comments

Comments
 (0)