Skip to content

Commit 984a1d0

Browse files
committed
Fix casing
1 parent 709d43e commit 984a1d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/snippets/src/main/java/com/example/bigtable/InstanceAdminExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public void createProdInstance() {
153153
* [Creating and managing tags](https://docs.cloud.google.com/resource-manager/docs/tags/tags-overview)
154154
*
155155
*
156-
* NOTE: Unlike labels, a tag (Key and Value) must be created before it can be
156+
* NOTE: Unlike labels, a tag (key and value) must be created before it can be
157157
* attached to a resource.
158158
* See [Creating and managing tags](https://docs.cloud.google.com/resource-manager/docs/tags/tags-overview)
159159
* and [Tags overview](https://docs.cloud.google.com/bigtable/docs/tags) for more information.

0 commit comments

Comments
 (0)