Merge pull request #355 from JoeyButler/fix_typo_in_man

Fix typo in manual page.
This commit is contained in:
David Dollar
2013-05-03 06:38:42 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ job: bundle exec rake jobs:work
.IP "" 0
.
.P
A process name may contain letters, numbers amd the underscore character\. You can validate your Procfile format using the \fBcheck\fR command:
A process name may contain letters, numbers and the underscore character\. You can validate your Procfile format using the \fBcheck\fR command:
.
.IP "" 4
.

View File

@@ -146,7 +146,7 @@ to run it.
web: bundle exec thin start
job: bundle exec rake jobs:work
A process name may contain letters, numbers amd the underscore character.
A process name may contain letters, numbers and the underscore character.
You can validate your Procfile format using the `check` command:
$ foreman check