diff options
| author | Jared Nipper <jarednipper@users.noreply.github.com> | 2024-10-05 09:09:09 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-05 16:09:09 +0100 |
| commit | f6192dad3a99eb12340d0f8d8388153ff94ff761 (patch) | |
| tree | cb8f54fd65cef296e5ee25f234e14aeb597f2109 | |
| parent | c8a3c1ee02e917b2e553d403b7bf94cbc736f51d (diff) | |
| download | karakeep-f6192dad3a99eb12340d0f8d8388153ff94ff761.tar.zst | |
docs: Fix typo in installation docs (#465)
| -rw-r--r-- | docs/docs/02-Installation/01-docker.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/02-Installation/01-docker.md b/docs/docs/02-Installation/01-docker.md index 89fa6538..4745529a 100644 --- a/docs/docs/02-Installation/01-docker.md +++ b/docs/docs/02-Installation/01-docker.md @@ -73,7 +73,7 @@ Start the service by running: docker compose up -d ``` -Then visit `http://localhost:3000` and you should be greated with the Sign In page. +Then visit `http://localhost:3000` and you should be greeted with the Sign In page. ### [Optional] 6. Setup quick sharing extensions |
