From bbae5986d325496a9dad72d74e8ab30096f42ed9 Mon Sep 17 00:00:00 2001 From: Matt Carroll Date: Tue, 10 Dec 2024 10:48:02 -0500 Subject: [PATCH] update two small grammatical errors in the docs --- Guide/database.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guide/database.markdown b/Guide/database.markdown index ed1c145c6..f12ed6ebc 100644 --- a/Guide/database.markdown +++ b/Guide/database.markdown @@ -20,7 +20,7 @@ When the development server is running, you can connect to it via `postgresql:// When the development server is running, you can use your favorite UI tool (e.g. [TablePlus](https://tableplus.com/)) that allows connecting to Postgres. To do that you would need the following credentials: -Database Host: This is the application root + "/build/db". Use this command on terminal form the root of you app and copy the output: +Database Host: This is the application root + "/build/db". Use this command on terminal from the root of your app and copy the output: ``` echo `pwd`/build/db ```