From ee312ee9c6597c8d077d7c3208ccea4e696c97ca Mon Sep 17 00:00:00 2001 From: Mathis Mensing Date: Thu, 10 Mar 2022 19:24:21 +0100 Subject: [PATCH] docs: fix incorrect identify method Signed-off-by: Mathis Mensing --- docs/web_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web_api.md b/docs/web_api.md index 8c05cc9..f6eaeef 100644 --- a/docs/web_api.md +++ b/docs/web_api.md @@ -182,7 +182,7 @@ JSON-RPC request (Websocket Only): ```json { "jsonrpc": "2.0", - "method": "server.connection.idenity", + "method": "server.connection.identify", "params": { "client_name": "moontest", "version": "0.0.1",