Fix typo in accessCheckCommand description (#3519)

This pull request fixes a minor typo in the WebSocket schema description:

Changed 'patameter' to 'parameter'.
No functional changes were made. Purely a documentation correction.
This commit is contained in:
Shaikh Naasir
2025-11-13 19:37:22 +05:30
committed by GitHub
parent e311ac6dbb
commit 26ee35cb7d
+1 -1
View File
@@ -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."
}
}
}