From a7e01bc3fed348049c77f3f2ccebee50bf0bd6ed Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:57:28 -0800 Subject: [PATCH] docs: fix typo (#6739) --- docs/docs/guides/database-queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/database-queries.md b/docs/docs/guides/database-queries.md index 04eaf81f7a..49b7330fb9 100644 --- a/docs/docs/guides/database-queries.md +++ b/docs/docs/guides/database-queries.md @@ -7,7 +7,7 @@ Keep in mind that mucking around in the database might set the moon on fire. Avo :::tip Run `docker exec -it immich_postgres psql immich ` to connect to the database via the container directly. -(Replace `` wit the value from your [`.env` file](/docs/install/environment-variables#database)). +(Replace `` with the value from your [`.env` file](/docs/install/environment-variables#database)). ::: ## Assets