Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit bde0906

Browse files
authored
samples: fix sample name for openTelemetryTracing (#1211)
This was causing spurious synthtool updates.
1 parent 33526b0 commit bde0906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/openTelemetryTracing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// title: OpenTelemetry Tracing
2929
// description: Demonstrates how to enable OpenTelemetry tracing in
3030
// a publisher or subscriber.
31-
// usage: node opentelemetryTracing.js <topic-name> <subscription-name>
31+
// usage: node openTelemetryTracing.js <topic-name> <subscription-name>
3232

3333
const SUBSCRIBER_TIMEOUT = 10;
3434

0 commit comments

Comments
 (0)