From 06ed7878895bd702cb5b319fb84e4f3a06c48a59 Mon Sep 17 00:00:00 2001 From: Martin Kuba Date: Mon, 5 Aug 2024 12:24:13 -0700 Subject: [PATCH] spelling Co-authored-by: Tyler Benson <734411+tylerbenson@users.noreply.github.com> --- plugins/node/opentelemetry-instrumentation-aws-lambda/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/node/opentelemetry-instrumentation-aws-lambda/README.md b/plugins/node/opentelemetry-instrumentation-aws-lambda/README.md index f335fd2fff..5afe433718 100644 --- a/plugins/node/opentelemetry-instrumentation-aws-lambda/README.md +++ b/plugins/node/opentelemetry-instrumentation-aws-lambda/README.md @@ -107,7 +107,7 @@ provider.register({ }); ``` -Alternatively, you can use the [auto-configuration-propagators](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/metapackages/auto-configuration-propagators/README.md) package, which makes it possible to configure propgators via the `OTEL_PROPAGATORS` environment variable. In order to use the `AWSXRayLambdaPropagator`, se the env variable value to `xray-lambda`. +Alternatively, you can use the [auto-configuration-propagators](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/metapackages/auto-configuration-propagators/README.md) package, which makes it possible to configure propgators via the `OTEL_PROPAGATORS` environment variable. In order to use the `AWSXRayLambdaPropagator`, set the env variable value to `xray-lambda`. ```js const { NodeTracerProvider } = require('@opentelemetry/sdk-trace-node');