Skip to content

Commit

Permalink
Fix some typos (#2789)
Browse files Browse the repository at this point in the history
Co-authored-by: Phillip Carter <pcarter@fastmail.com>
  • Loading branch information
wushujames and cartermp committed May 25, 2023
1 parent d40581e commit 6efa259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/faas/lambda-collector.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ service:

#### Map your Custom Configuration File using Environment Variables

Once your collector configuration is set through a confmap providers. Create an
Once your collector configuration is set through a confmap provider, create an
environment variable on your Lambda function
`OPENTELEMETRY_COLLECTOR_CONFIG_FILE` and set the path of configuration w.r.t to
the confmap provider as its value. for e.g, if you are using a file configmap
provider, set its value to `/var/task/*<path>/<to>/<filename>\_`. This will tell
provider, set its value to `/var/task/<path>/<to>/<filename>`. This will tell
the extension where to find the collector configuration.

##### Custom Collector Configuration Using the CLI
Expand Down

0 comments on commit 6efa259

Please sign in to comment.