Skip to content

Commit 4828321

Browse files
authored
Update articles/azure-functions/opentelemetry-howto.md
Corrected typo flagged by Acrolinx
1 parent a166ce3 commit 4828321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/opentelemetry-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ These instructions only apply for an OTLP exporter:
250250
251251
Traces, metrics, and logs being exported using OpenTelemetry must be configured manually. For more information, see [Instrumentation](https://opentelemetry.io/docs/languages/python/instrumentation/) for Python.
252252
253-
This is a simple implementaton for exporting logs:
253+
This is a simple implementation for exporting logs:
254254
255255
```python
256256
logging.basicConfig(level=logging.DEBUG)

0 commit comments

Comments
 (0)