From d5a6f3aa713bc5d00b84364f9cb8a150550b2e8c Mon Sep 17 00:00:00 2001 From: basliel Date: Sun, 3 Nov 2024 07:23:18 +0300 Subject: [PATCH] install-redis-on-linux spelling mistake correction install-redis-on-linux spelling mistake correction --- .../install/install-redis/install-redis-on-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/oss_and_stack/install/install-redis/install-redis-on-linux.md b/content/operate/oss_and_stack/install/install-redis/install-redis-on-linux.md index a3e0332b27..b9865709bb 100644 --- a/content/operate/oss_and_stack/install/install-redis/install-redis-on-linux.md +++ b/content/operate/oss_and_stack/install/install-redis/install-redis-on-linux.md @@ -58,7 +58,7 @@ Redis will start automatically, but it won't restart at boot time. To do this, r sudo snap set redis service.start=true {{< /highlight >}} -You an use these additional snap-related commands to start, stop, restart, and check the status of Redis: +You can use these additional snap-related commands to start, stop, restart, and check the status of Redis: * `sudo snap start redis` * `sudo snap stop redis`