Fix error in documentation (#1183)

Possible grammar error.
This commit is contained in:
Bartosz Miller
2018-11-09 22:58:02 +01:00
committed by Ryan Baxter
parent b057195fa7
commit 4303e818eb

View File

@@ -1118,7 +1118,7 @@ So, the preceding example for the `default` profile could be `/foo/default/nginx
The Config Server runs best as a standalone application.
However, if need be, you can embed it in another application.
To do so, use the `@EnableConfigServer` annotation.
An optional property named `spring.cloud.config.server.bootstrap` can be useful in this case is.
An optional property named `spring.cloud.config.server.bootstrap` can be useful in this case.
It is a flag to indicate whether the server should configure itself from its own remote repository.
By default, the flag is off, because it can delay startup.
However, when embedded in another application, it makes sense to initialize the same way as any other application.