add missing grave accent

This commit is contained in:
Ricardo Villagrana 2020-02-07 11:31:35 -06:00 committed by GitHub
parent 57746a21ce
commit e243e33cb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -724,7 +724,7 @@ it.
Rails 5 adds the ability to run tasks and tests through `bin/rails` instead of rake. Generally
these changes are in parallel with rake, but some were ported over altogether. As the `rails`
command already looks for and runs `bin/rails`, we recommend you to use the shorter `rails`
over `bin/rails.
over `bin/rails`.
To use the new test runner simply type `rails test`.