From b8a45d9117e70bb7eb886054be1ca8071f9dab5c Mon Sep 17 00:00:00 2001 From: izeye Date: Thu, 16 Apr 2015 22:10:36 +0900 Subject: [PATCH] Fix typo in deployment documentation Closes gh-2836 --- spring-boot-docs/src/main/asciidoc/cloud-deployment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/cloud-deployment.adoc b/spring-boot-docs/src/main/asciidoc/cloud-deployment.adoc index bf7e75ab0ff..c4762ec8415 100644 --- a/spring-boot-docs/src/main/asciidoc/cloud-deployment.adoc +++ b/spring-boot-docs/src/main/asciidoc/cloud-deployment.adoc @@ -15,7 +15,7 @@ application: it might be a JDK and a call to `java`, it might be an embedded web or it might be a full-fledged application server. A buildpack is pluggable, but ideally you should be able to get by with as few customizations to it as possible. This reduces the footprint of functionality that is not under your control. It minimizes -divergence between deployment and production environments. +divergence between development and production environments. Ideally, your application, like a Spring Boot executable jar, has everything that it needs to run packaged within it.