Minor documentation fixes

Fixes gh-781
This commit is contained in:
Ger-Jan te Dorsthorst
2014-05-05 10:29:45 +02:00
committed by Phillip Webb
parent a330cb9b8a
commit 904804d717
2 changed files with 2 additions and 2 deletions

View File

@@ -693,7 +693,7 @@ The following items are output:
[[boot-features-logging-console-output]]
=== Console output
The default log configuration will echo messages to the console as they written. By
The default log configuration will echo messages to the console as they are written. By
default `ERROR`, `WARN` and `INFO` level messages are logged. To also log `DEBUG` level
messages to the console you can start your application with a `--debug` flag.

View File

@@ -524,7 +524,7 @@ http://maven.apache.org/plugins/maven-idea-plugin/[IDEA]; Gradle offers plugins
for http://www.gradle.org/docs/current/userguide/ide_support.html[various IDEs].
TIP: If you accidentally run a web application twice you will see a ``Port already in
use'' error. STS users can use the `Relauch` button rather than `Run` to ensure that
use'' error. STS users can use the `Relaunch` button rather than `Run` to ensure that
any existing instance is closed.