Skip to content

Commit 2b17d08

Browse files
authored
Fix typo in document example (#2010)
1 parent 1fbfd04 commit 2b17d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ By default, Maven compiles sources from `src/main/java`, so you need to create t
208208
@EnableAutoConfiguration
209209
public class Example {
210210
211-
private static final Logger log = LoggerFactory.getLogger(Backend.class);
211+
private static final Logger log = LoggerFactory.getLogger(Example.class);
212212
213213
@RequestMapping("/")
214214
String home() {

0 commit comments

Comments
 (0)