From 5a792cc8218d66c3466d61f239566610fb483ccb Mon Sep 17 00:00:00 2001 From: Jason Rasmussen Date: Fri, 9 Dec 2022 18:39:50 -0500 Subject: [PATCH] chore(docs): spelling (#1081) --- docs/docs/usage/server-commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/usage/server-commands.md b/docs/docs/usage/server-commands.md index f9fdbafd3b..2fc2bd46a7 100644 --- a/docs/docs/usage/server-commands.md +++ b/docs/docs/usage/server-commands.md @@ -19,7 +19,7 @@ To run a command, connect to the container and then execute it. For example: docker exec -it immich-server_1 sh /usr/src/app$ immich reset-admin-password -? Please choose a new password (optional) immich-is-awesome-unline-this-password +? Please choose a new password (optional) immich-is-awesome-unlike-this-password New password: -immich-is-awesome-unline-this-password +immich-is-awesome-unlike-this-password ```