Spelling fixes for FaaS documentation (#2736)
This commit is contained in:
parent
ea1d7a3ba5
commit
40cc2ec919
|
|
@ -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).
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue