Skip to content

Commit 97a1a6d

Browse files
authored
Fix typo in OpenTelemetry (#9903)
I've noticed a small typo, which I've fixed.
1 parent 82d8cde commit 97a1a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/third-party-addons/opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We must also set the host to use when uploading traces:
2727
```yaml
2828
otlp-collector-host: "otel-coll-collector.otel.svc"
2929
```
30-
NOTE: While the option is called `otlp-collector-host`, you will need to point this to any backend that recieves otlp-grpc.
30+
NOTE: While the option is called `otlp-collector-host`, you will need to point this to any backend that receives otlp-grpc.
3131

3232
Next you will need to deploy a distributed telemetry system which uses OpenTelemetry.
3333
[opentelemetry-collector](https://github.com/open-telemetry/opentelemetry-collector), [Jaeger](https://www.jaegertracing.io/)

0 commit comments

Comments
 (0)