Skip to content

Commit

Permalink
spelling: typescript
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Jan 23, 2025
1 parent 513bfef commit 2c7f2de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/en/docs/languages/js/exporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ JavaScript) from the
[Getting Started](/docs/languages/js/getting-started/nodejs/) like the following
to export traces and metrics via OTLP (`http/protobuf`) :

{{< tabpane text=true >}} {{% tab Typescript %}}
{{< tabpane text=true >}} {{% tab TypeScript %}}

```ts
/*instrumentation.ts*/
Expand Down Expand Up @@ -256,7 +256,7 @@ npm install --save @opentelemetry/exporter-prometheus
Update your OpenTelemetry configuration to use the exporter and to send data to
your Prometheus backend:

{{< tabpane text=true >}} {{% tab Typescript %}}
{{< tabpane text=true >}} {{% tab TypeScript %}}

```ts
import * as opentelemetry from '@opentelemetry/sdk-node';
Expand Down Expand Up @@ -314,7 +314,7 @@ npm install --save @opentelemetry/exporter-zipkin
Update your OpenTelemetry configuration to use the exporter and to send data to
your Zipkin backend:

{{< tabpane text=true >}} {{% tab Typescript %}}
{{< tabpane text=true >}} {{% tab TypeScript %}}

```ts
import * as opentelemetry from '@opentelemetry/sdk-node';
Expand Down Expand Up @@ -347,7 +347,7 @@ const sdk = new opentelemetry.NodeSDK({

{{% docs/languages/exporters/outro js "https://open-telemetry.github.io/opentelemetry-js/interfaces/_opentelemetry_sdk_trace_base.SpanExporter.html" %}}

{{< tabpane text=true >}} {{% tab Typescript %}}
{{< tabpane text=true >}} {{% tab TypeScript %}}

```ts
/*instrumentation.ts*/
Expand Down

0 comments on commit 2c7f2de

Please sign in to comment.