Skip to content

Commit da6d3b3

Browse files
authored
Fix typo in README.md (aws-observability#966)
recievers -> receivers
1 parent fbd9db5 commit da6d3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Some layers include the corresponding OTel language SDK for the Lambda. This all
2222

2323
## FAQ
2424

25-
* **What exporters/recievers/processors are included from the OpenTelemetry Collector?**
25+
* **What exporters/receivers/processors are included from the OpenTelemetry Collector?**
2626
> You can check out [the stripped-down collector's imports](https://github.com/open-telemetry/opentelemetry-lambda/blob/main/collector/lambdacomponents/default.go#L18) in this repository for a full list of currently included components.
2727
* **Is the Lambda layer provided or do I need to build it and distribute it myself?**
2828
> This repository does not provide pre-build Lambda layers. They must be built manually and saved in your AWS account. This repo has files to facilitate doing that. More information is provided in [the Collector folder's README](collector/README.md).

0 commit comments

Comments
 (0)