Skip to content

Commit

Permalink
Installing PostgreSQL: Fix typo (#29055)
Browse files Browse the repository at this point in the history
  • Loading branch information
slihatim authored Nov 6, 2024
1 parent 9ac1961 commit 24c4424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeJS/express/installing_postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Remember that we want the role name to be the same as our Linux user name and be

One other important step in setting up PostgreSQL is that each role must have its own database of the same name. Without it, the role we just created will not be able to log in or interact with PostgreSQL.

You can try to run `psql` now, but you will get an error that the database does not exist. Not to worry, let's create one to resolve fix this:
You can try to run `psql` now, but you will get an error that the database does not exist. Not to worry, let's create one to fix this:

<div class="lesson-note" markdown="1">

Expand Down

0 comments on commit 24c4424

Please sign in to comment.