Fix typo in JS Exporters(#1470)

This commit is contained in:
Varghese Babu 2022-06-22 15:01:22 +02:00 committed by GitHub
parent f9ba3bfbdf
commit f329fc88ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ To send trace data to a Collector you'll want to use an exporter package, such a
$ npm install --save @opentelemetry/exporter-trace-otlp-http
```
Next, configure the exporter to point at and endpoint.
Next, configure the exporter to point at an endpoint.
For example, here's how to point at an instance of an [OpenTelemetry Collector](/docs/collector/getting-started/):