diff --git a/schema/metadata/app/webSocket.json b/schema/metadata/app/webSocket.json index 17c0204051..d0e1443177 100644 --- a/schema/metadata/app/webSocket.json +++ b/schema/metadata/app/webSocket.json @@ -19,7 +19,7 @@ }, "accessCheckCommand": { "type": "string", - "description": "A console command that will be used to check whether a topic is allowed for a user when they attempting to subscribe. Patameter placeholders starts with the colon :. The userId parameter contains a user ID. If access checking is not needed, omit this parameter." + "description": "A console command that will be used to check whether a topic is allowed for a user when they attempting to subscribe. Parameter placeholders starts with the colon :. The userId parameter contains a user ID. If access checking is not needed, omit this parameter." } } }