Merge pull request #472 from GeniusV/master

Fix a spell miss
This commit is contained in:
Oleg Zhurakousky
2020-03-30 10:57:02 +02:00
committed by GitHub

View File

@@ -143,7 +143,7 @@ file:
</dependencies>
----
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 https://maven.apache.org/plugins/maven-shade-plugin/[Maven Shade Plugin] for that.
The example of the <<shade-plugin-setup,setup>> can be found above.
@@ -178,7 +178,7 @@ dependencies {
}
----
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 https://plugins.gradle.org/plugin/com.github.johnrengelman.shadow/[Gradle Shadow Plugin] for that:
[source,groovy]