Fix typo in websocket.adoc

Closes gh-2046
This commit is contained in:
Juhyoung Jeon
2018-12-08 22:54:18 +09:00
committed by Stephane Nicoll
parent f15bd88211
commit 31318652ea

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}")