Skip to content

Commit 9978663

Browse files
committed
Amend Redis error message wording
1 parent 508c939 commit 9978663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/errors/no-redis.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class RedisConnectionError extends Error {
33
super(`
44
Could not start the bot. Has Redis been installed and have you enabled the service?
55
6-
You can find your OS's installation instructions and Redis start command at https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/.
6+
You can find your OS's Redis installation instructions and service start command at: https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/.
77
`);
88
this.name = 'RedisConnectionError';
99
}

0 commit comments

Comments
 (0)