Skip to content

Commit 0bff70e

Browse files
committed
docs: fix english issues
1 parent 9371f41 commit 0bff70e

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-aws-lambda/src/opentelemetry/instrumentation/aws_lambda

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-aws-lambda/src/opentelemetry/instrumentation/aws_lambda/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def _instrument(self, **kwargs):
426426
logger.warning(
427427
(
428428
"Could not find the ORIG_HANDLER or _HANDLER in the environment variables. ",
429-
"Is the instrumentation runnning inside an AWS Lambda?",
429+
"Is the instrumentation running inside an AWS Lambda?",
430430
)
431431
)
432432
return

0 commit comments

Comments
 (0)