Fix typo in beans{} example
This commit is contained in:
parent
fd757cb371
commit
93c0f6fbc7
|
|
@ -343,7 +343,7 @@ external features like middleware declarations. For example:
|
|||
|
||||
beans {
|
||||
service(SharedService) {
|
||||
message "Hello World"
|
||||
message = "Hello World"
|
||||
}
|
||||
}
|
||||
----
|
||||
|
|
|
|||
Loading…
Reference in New Issue