Fix typo in documentation

Closes gh-3077
pull/3077/merge
Josh Thornhill 10 years ago committed by Stephane Nicoll
parent 36007a4057
commit f721862d6f

@ -51,7 +51,7 @@ such as the user that launched the application.
=== Customizing the Banner
The banner that is printed on start up can be changed by adding a `banner.txt` file
to your classpath, or by setting `banner.location` to the location of such a file.
If the file has an unusual encoding you can set `banner.encoding` (default is `UTF-8`).
If the file has an unusual encoding you can set `banner.charset` (default is `UTF-8`).
You can use the following variables inside your `banner.txt` file:

Loading…
Cancel
Save