diff --git a/reference/html/spring-cloud-function.html b/reference/html/spring-cloud-function.html index fea619fee..4ee7957b5 100644 --- a/reference/html/spring-cloud-function.html +++ b/reference/html/spring-cloud-function.html @@ -1563,7 +1563,7 @@ file:

-

As pointed out in the Notes on JAR Layout, you wil need a shaded jar in order to upload it +

As pointed out in the Notes on JAR Layout, you will need a shaded jar in order to upload it to AWS Lambda. You can use the Maven Shade Plugin for that. The example of the setup can be found above.

@@ -1603,7 +1603,7 @@ applications to AWS Lambda with Maven -

As pointed out in Notes on JAR Layout, you wil need a shaded jar in order to upload it +

As pointed out in Notes on JAR Layout, you will need a shaded jar in order to upload it to AWS Lambda. You can use the Gradle Shadow Plugin for that: