Skip to content

Commit

Permalink
Merge pull request #3951 from VanhanenJLA/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
vejol authored Jan 11, 2025
2 parents f8c2089 + 62dea30 commit 68fb92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/13/en/part13a.md
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ In the tasks of this section, we will build a blog application backend similar t

#### Exercise 13.1.

Create a GitHub repository for the application and create a new Fly.io or Heroku application for it, as well as a Postgres database. As mentioned [here](/en/part13/using_relational_databases_with_sequelize#application-database) you might set up your database also somewhere else, and in that case the Fly.io of Heroku app is not needed.
Create a GitHub repository for the application and create a new Fly.io or Heroku application for it, as well as a Postgres database. As mentioned [here](/en/part13/using_relational_databases_with_sequelize#application-database) you might set up your database also somewhere else, and in that case the Fly.io or Heroku app is not needed.

Make sure you are able to establish a connection to the application database.

Expand Down

0 comments on commit 68fb92e

Please sign in to comment.