From f0d2ab87007ce3ecc8094f6992841b1797e9885c Mon Sep 17 00:00:00 2001 From: Catalin Pit <25515812+catalinpit@users.noreply.github.com> Date: Fri, 26 Jul 2024 08:48:14 +0300 Subject: [PATCH] fix: grammar mistake --- apps/documentation/pages/developers/self-hosting/how-to.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documentation/pages/developers/self-hosting/how-to.mdx b/apps/documentation/pages/developers/self-hosting/how-to.mdx index 5498cdf08..0ae6a93a5 100644 --- a/apps/documentation/pages/developers/self-hosting/how-to.mdx +++ b/apps/documentation/pages/developers/self-hosting/how-to.mdx @@ -103,7 +103,7 @@ Once downloaded, navigate to the directory containing the `compose.yml` file. ### Set Up Environment Variables -Create a `.env` file directory as the `compose.yml` file and fill in the following environment variables: +Create a `.env` file in the same directory as the `compose.yml` file and fill in the following environment variables: ```bash POSTGRES_USER="user"