summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/capabilities.md2
-rw-r--r--lib/Capabilities.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index 754f1310b..139598b0d 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -113,4 +113,4 @@ title: Capabilities
* `chat-get-context` - Whether the message context API endpoint is available
* `config => call => breakout-rooms` - Whether breakout rooms are enabled on this instance
* `config => call => recording` - Whether calls can be recorded (requires the High-performance backend server)
-* `single-conversation-status` - When the response of a single consersation return user status populated
+* `single-conversation-status` - When the response of a single conversation can also return the user status
diff --git a/lib/Capabilities.php b/lib/Capabilities.php
index 18af5ad63..e3bae11f6 100644
--- a/lib/Capabilities.php
+++ b/lib/Capabilities.php
@@ -116,7 +116,7 @@ class Capabilities implements IPublicCapability {
'recording-v1',
'avatar',
'chat-get-context',
- 'single-conversation-status'
+ 'single-conversation-status',
],
'config' => [
'attachments' => [