diff --git a/src/client/client.go b/src/client/client.go index 93b97be..d55bdb7 100644 --- a/src/client/client.go +++ b/src/client/client.go @@ -25,7 +25,7 @@ const groupPrefix = "group." const signalCliV2GroupError = "Cannot create a V2 group as self does not have a versioned profile" -const endpointNotSupportedInJsonRpcMode = "This endpoint is not supported in JSON-RCP mode." +const endpointNotSupportedInJsonRpcMode = "This endpoint is not supported in JSON-RPC mode." type GroupPermission int