From b2b0b69fd2033736d6658abab95b09c0c4bd006e Mon Sep 17 00:00:00 2001 From: Amrut Prabhu Date: Fri, 23 Dec 2022 16:37:57 +0100 Subject: [PATCH] fixing small typo --- docs/src/main/asciidoc/adapters/aws-intro.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/adapters/aws-intro.adoc b/docs/src/main/asciidoc/adapters/aws-intro.adoc index 3a1fb2287..8bd82bb2f 100644 --- a/docs/src/main/asciidoc/adapters/aws-intro.adoc +++ b/docs/src/main/asciidoc/adapters/aws-intro.adoc @@ -183,7 +183,7 @@ As pointed out in the <>, you will need a shaded jar in ord 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. -You can use theSpring Boot Maven Plugin to generate the <>. +You can use the Spring Boot Maven Plugin to generate the <>. [source,xml] ----