Skip to content

Commit b4cdc0e

Browse files
committed
minor typo
1 parent 217763b commit b4cdc0e

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-fastapi/src/opentelemetry/instrumentation/fastapi

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-fastapi/src/opentelemetry/instrumentation/fastapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def build_middleware_stack(self: Starlette) -> ASGIApp:
331331
# added as a regular user middleware.
332332
# Normally, `opentelemetry.trace.use_span` covers the recording of
333333
# exceptions into the active span, but `OpenTelemetryMiddleware`
334-
# ends the span too early before the excepetion can be recorded.
334+
# ends the span too early before the exception can be recorded.
335335
class ExceptionHandlerMiddleware:
336336
def __init__(self, app):
337337
self.app = app

0 commit comments

Comments
 (0)