summaryrefslogtreecommitdiff
path: root/src/commands/pubsub.json
diff options
context:
space:
mode:
authorAli-Akber Saifee <ali@indydevs.org>2022-01-15 09:57:24 -0800
committerGitHub <noreply@github.com>2022-01-15 19:57:24 +0200
commit98414aca7f9ce62569e8c5e6cd2faab813080e8e (patch)
treede210bb5e6ed674fcebaa99e2e5a4cf5b9ec547d /src/commands/pubsub.json
parent440d28091b73a87f74450942dcdd81161ca50bbe (diff)
downloadredis-98414aca7f9ce62569e8c5e6cd2faab813080e8e.tar.gz
Fix typo in doc for PUBSUB command (#10117)
Replace "Pub/Sun" -> "Pub/Sub"
Diffstat (limited to 'src/commands/pubsub.json')
-rw-r--r--src/commands/pubsub.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/pubsub.json b/src/commands/pubsub.json
index e29f17887..e31bd4043 100644
--- a/src/commands/pubsub.json
+++ b/src/commands/pubsub.json
@@ -1,6 +1,6 @@
{
"PUBSUB": {
- "summary": "A container for Pub/Sun commands",
+ "summary": "A container for Pub/Sub commands",
"complexity": "Depends on subcommand.",
"group": "pubsub",
"since": "2.8.0",