From f88d548de0d25d9b87a9cd47c03200272e06abd2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Aug 2015 16:03:15 +0200 Subject: [PATCH] Fix typo Closes gh-3700 --- spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index ec3ffee43d9..57a39a8b96b 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -228,7 +228,7 @@ about YAML. [[howto-set-active-spring-profiles]] === Set the active Spring profiles -The Spring `Environment` has an API for this, but normally you would set a System profile +The Spring `Environment` has an API for this, but normally you would set a System property (`spring.profiles.active`) or an OS environment variable (`SPRING_PROFILES_ACTIVE`). E.g. launch your application with a `-D` argument (remember to put it before the main class or jar archive):