Skip to content

Commit 10f7031

Browse files
joshthornhillsnicoll
authored andcommitted
Fix typo in documentation
Closes gh-3077
1 parent eb92dfb commit 10f7031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ such as the user that launched the application.
5151
=== Customizing the Banner
5252
The banner that is printed on start up can be changed by adding a `banner.txt` file
5353
to your classpath, or by setting `banner.location` to the location of such a file.
54-
If the file has an unusual encoding you can set `banner.encoding` (default is `UTF-8`).
54+
If the file has an unusual encoding you can set `banner.charset` (default is `UTF-8`).
5555

5656
You can use the following variables inside your `banner.txt` file:
5757

0 commit comments

Comments
 (0)