From c2d7a281852c79714922f03fbf130975d38e0e81 Mon Sep 17 00:00:00 2001 From: An Nguyen Date: Sun, 9 Nov 2025 09:30:24 -0500 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9398aecf2e6c..cbdb97b6bb59 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ your OpenTelemetry instance. You can refer to [CustomOpenTelemetryMetricsProvider](https://github.com/googleapis/java-bigtable/blob/main/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/metrics/CustomOpenTelemetryMetricsProvider.java) on how to set it up. -### Disable Bigtbale traces +### Disable Bigtable traces If your application already has tracing integration and you want to disable Bigtable traces, you can do the following: