Skip to content

Commit 27fdaf1

Browse files
authored
chore(lambda-nodejs): fix typo (#20557)
1 parent 33acc7c commit 27fdaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-lambda-nodejs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If `esbuild` is available it will be used to bundle your code in your environmen
102102
bundling will happen in a [Lambda compatible Docker container](https://gallery.ecr.aws/sam/build-nodejs12.x)
103103
with the Docker platform based on the target architecture of the Lambda function.
104104

105-
For macOS the recommendend approach is to install `esbuild` as Docker volume performance is really poor.
105+
For macOS the recommended approach is to install `esbuild` as Docker volume performance is really poor.
106106

107107
`esbuild` can be installed with:
108108

0 commit comments

Comments
 (0)