From 40cc2ec919a5391456a6b225dc9da43c220c8f66 Mon Sep 17 00:00:00 2001 From: Severin Neumann Date: Wed, 17 May 2023 09:50:55 +0200 Subject: [PATCH] Spelling fixes for FaaS documentation (#2736) --- content/en/docs/faas/lambda-auto-instrument.md | 4 ++-- content/en/docs/faas/lambda-collector.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/faas/lambda-auto-instrument.md b/content/en/docs/faas/lambda-auto-instrument.md index 272cc95f8..db82bc4f4 100644 --- a/content/en/docs/faas/lambda-auto-instrument.md +++ b/content/en/docs/faas/lambda-auto-instrument.md @@ -66,8 +66,8 @@ would have to set the following environment variables: {{% /tab %}} {{% tab JavaScript %}} -The Lambda layer supports Node.JS v14+ Lambda runtimes. For more information -about supported JavaScript and Node.JS versions, see the +The Lambda layer supports Node.js v14+ Lambda runtimes. For more information +about supported JavaScript and Node.js versions, see the [OpenTelemetry JavaScript documentation](https://github.com/open-telemetry/opentelemetry-js). diff --git a/content/en/docs/faas/lambda-collector.md b/content/en/docs/faas/lambda-collector.md index e47512ba5..b75da69d0 100644 --- a/content/en/docs/faas/lambda-collector.md +++ b/content/en/docs/faas/lambda-collector.md @@ -94,7 +94,7 @@ Here is a sample configuration file of `collector.yaml` in the root directory: ```yaml #collector.yaml in the root directory -#Set an environemnt variable 'OPENTELEMETRY_COLLECTOR_CONFIG_FILE' to '/var/task/collector.yaml' +#Set an environment variable 'OPENTELEMETRY_COLLECTOR_CONFIG_FILE' to '/var/task/collector.yaml' receivers: otlp: