From 642b82ff517288eec1ac083d169422ca9786379f Mon Sep 17 00:00:00 2001 From: Nils <> Date: Thu, 9 Jul 2020 12:54:05 +0200 Subject: [PATCH] Fix remaining server_control -> server-control typo --- docs/src/api/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api/index.adoc b/docs/src/api/index.adoc index 56be354..e3424db 100644 --- a/docs/src/api/index.adoc +++ b/docs/src/api/index.adoc @@ -590,7 +590,7 @@ string. === Client to Server Control -If the server publishes the `:server_control:` capability, then clients can also initiate action by +If the server publishes the `:server-control:` capability, then clients can also initiate action by the server. For example, a client might implement a 'Save All' option which sends a `/nsm/server/save` message to the server, rather than requiring the user to switch to the session management interface to effect the save.