Skip to content

Commit 93c0f6f

Browse files
author
Dave Syer
committed
Fix typo in beans{} example
1 parent fd757cb commit 93c0f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ external features like middleware declarations. For example:
343343
344344
beans {
345345
service(SharedService) {
346-
message "Hello World"
346+
message = "Hello World"
347347
}
348348
}
349349
----

0 commit comments

Comments
 (0)