Fix typo in beans{} example

This commit is contained in:
Dave Syer 2014-06-27 16:24:47 +01:00
parent fd757cb371
commit 93c0f6fbc7

View File

@ -343,7 +343,7 @@ external features like middleware declarations. For example:
beans {
service(SharedService) {
message "Hello World"
message = "Hello World"
}
}
----