Browse Source

Fix typo

Closes gh-3700
pull/3886/head
Stephane Nicoll 11 years ago
parent
commit
f88d548de0
  1. 2
      spring-boot-docs/src/main/asciidoc/howto.adoc

2
spring-boot-docs/src/main/asciidoc/howto.adoc

@ -228,7 +228,7 @@ about YAML. @@ -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):

Loading…
Cancel
Save