From f032d2fe03229ef8b0bd60b4686f4774c4a6c55b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 26 Feb 2017 23:18:48 +0100 Subject: [PATCH] Polish Closes gh-8412 --- spring-boot-docs/src/main/asciidoc/deployment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/deployment.adoc b/spring-boot-docs/src/main/asciidoc/deployment.adoc index 2b2e0a28d4e..f21e39433d7 100644 --- a/spring-boot-docs/src/main/asciidoc/deployment.adoc +++ b/spring-boot-docs/src/main/asciidoc/deployment.adoc @@ -314,7 +314,7 @@ option : AWS Elastic Beanstalk. ==== AWS Elastic Beanstalk As described in the official http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_Java.html[Elastic Beanstalk Java guide], there are two main options to deploy a Java application; You can -either us the "`Tomcat Platform`" or the "`Java SE platform`". +either use the "`Tomcat Platform`" or the "`Java SE platform`".