Skip to content

Commit 3604444

Browse files
committed
Fix casing
1 parent b78259b commit 3604444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)