Skip to content

Commit

Permalink
docs: fix typos in heroku (#3228)
Browse files Browse the repository at this point in the history
Fixed a typo and updated the default heroku branch name in getting
started guide.
  • Loading branch information
CardenB authored Mar 4, 2025
1 parent 72e26b4 commit 30cb888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -142,7 +142,7 @@ docker-compose down
<pre><code> const args: string[] = [
'--no-sandbox',
'--disable-setuid-sandbox'
c];</code></pre>
];</code></pre>
#### Setting up Heroku
```shell
# To start
@@ -174,7 +174,7 @@ Back to the terminal that you left open.
3. Then type `git add .`
4. Once that finishes paste `git commit -am "COMMITMESSAGE"`, replacing `COMMITMESSAGE` with whatever commit message you'd like. This doesn't matter much.
5. The last thing to do in the terminal is to push your repo to Heroku
1. Paste `git push heroku master`
1. Paste `git push heroku main`
1. This will take a while
#### Final steps
1. On your Heroku app, click on the tab `Resources`

0 comments on commit 30cb888

Please sign in to comment.