Skip to content

Commit c0488e8

Browse files
Fix a documentation typo (#10464) (#7243)
[upstream:35cfaa0c5e783874e4d70d4a4a1e983264ff344f] Signed-off-by: Modular Magician <[email protected]>
1 parent dbe3f19 commit c0488e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/10464.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/services/container/resource_container_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var (
4343
Type: schema.TypeBool,
4444
Optional: true,
4545
Computed: true,
46-
Description: `Whether master is accessbile via Google Compute Engine Public IP addresses.`,
46+
Description: `Whether Kubernetes master is accessible via Google Compute Engine Public IPs.`,
4747
},
4848
},
4949
}

0 commit comments

Comments
 (0)