Skip to content

Commit

Permalink
Merge pull request #49 from zombocom/schneems/rails-6-may-17-2024
Browse files Browse the repository at this point in the history
Fix a word
  • Loading branch information
schneems authored May 17, 2024
2 parents 3b9650d + 9c5712b commit 12f00f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/rails_6/rundoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ To use an interactive shell session instead, you can execute `heroku run bash`.

## Scale and Access the Application

Heroku runs application code using defined processes and [process types](procfile). New applications don't a process type active by default. The following command scales your app up to one dyno, running the `web` process:
Heroku runs application code using defined processes and [process types](procfile). New applications don't have a process type active by default. The following command scales your app up to one dyno, running the `web` process:

```term
:::>- $ heroku ps:scale web=1
Expand Down

0 comments on commit 12f00f7

Please sign in to comment.