Fixed typo in documentation, from spring.active.profiles to spring.profiles.active (#415)

This commit is contained in:
Ashish Jain
2016-06-07 17:49:52 -04:00
committed by Spencer Gibb
parent de732ec6c4
commit 57103d3607

View File

@@ -87,7 +87,7 @@ Server? The strategy that governs this behaviour is the
* `{application}` maps to "spring.application.name" on the client side;
* `{profile}` maps to "spring.active.profiles" on the client (comma separated list); and
* `{profile}` maps to "spring.profiles.active" on the client (comma separated list); and
* `{label}` which is a server side feature labelling a "versioned" set of config files.