diff options
author | Ali-Akber Saifee <ali@indydevs.org> | 2022-01-15 09:57:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-15 19:57:24 +0200 |
commit | 98414aca7f9ce62569e8c5e6cd2faab813080e8e (patch) | |
tree | de210bb5e6ed674fcebaa99e2e5a4cf5b9ec547d /src/commands/pubsub.json | |
parent | 440d28091b73a87f74450942dcdd81161ca50bbe (diff) | |
download | redis-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.json | 2 |
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", |