Skip to content

Commit f88d548

Browse files
committed
Fix typo
Closes gh-3700
1 parent 890fb96 commit f88d548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ about YAML.
228228

229229
[[howto-set-active-spring-profiles]]
230230
=== Set the active Spring profiles
231-
The Spring `Environment` has an API for this, but normally you would set a System profile
231+
The Spring `Environment` has an API for this, but normally you would set a System property
232232
(`spring.profiles.active`) or an OS environment variable (`SPRING_PROFILES_ACTIVE`). E.g.
233233
launch your application with a `-D` argument (remember to put it before the main class
234234
or jar archive):

0 commit comments

Comments
 (0)