Skip to content

Commit 30cb888

Browse files
authored
docs: fix typos in heroku (#3228)
Fixed a typo and updated the default heroku branch name in getting started guide.
1 parent 72e26b4 commit 30cb888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ docker-compose down
142142
<pre><code> const args: string[] = [
143143
'--no-sandbox',
144144
'--disable-setuid-sandbox'
145-
c];</code></pre>
145+
];</code></pre>
146146
#### Setting up Heroku
147147
```shell
148148
# To start
@@ -174,7 +174,7 @@ Back to the terminal that you left open.
174174
3. Then type `git add .`
175175
4. Once that finishes paste `git commit -am "COMMITMESSAGE"`, replacing `COMMITMESSAGE` with whatever commit message you'd like. This doesn't matter much.
176176
5. The last thing to do in the terminal is to push your repo to Heroku
177-
1. Paste `git push heroku master`
177+
1. Paste `git push heroku main`
178178
1. This will take a while
179179
#### Final steps
180180
1. On your Heroku app, click on the tab `Resources`

0 commit comments

Comments
 (0)