diff --git a/docs/src/main/asciidoc/adapters/aws-intro.adoc b/docs/src/main/asciidoc/adapters/aws-intro.adoc index 53890f790..5549565bd 100644 --- a/docs/src/main/asciidoc/adapters/aws-intro.adoc +++ b/docs/src/main/asciidoc/adapters/aws-intro.adoc @@ -143,7 +143,7 @@ file: ---- -As pointed out in the <>, you wil need a shaded jar in order to upload it +As pointed out in the <>, you will need a shaded jar in order to upload it to AWS Lambda. You can use the https://maven.apache.org/plugins/maven-shade-plugin/[Maven Shade Plugin] for that. The example of the <> can be found above.