Merge pull request #2046 from yepapa

* pr/2046:
  Fix typo in websocket.adoc
This commit is contained in:
Stephane Nicoll 2018-12-08 16:00:00 +01:00
commit 528b9c17ec
1 changed files with 1 additions and 1 deletions

View File

@ -1783,7 +1783,7 @@ as the following example shows:
[subs="verbatim,quotes"]
----
@Controller
@MessageMapping("erd")
@MessageMapping("red")
public class RedController {
@MessageMapping("blue.{green}")