Skip to content

Commit e243e33

Browse files
add missing grave accent
1 parent 57746a2 commit e243e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/upgrading_ruby_on_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ it.
724724
Rails 5 adds the ability to run tasks and tests through `bin/rails` instead of rake. Generally
725725
these changes are in parallel with rake, but some were ported over altogether. As the `rails`
726726
command already looks for and runs `bin/rails`, we recommend you to use the shorter `rails`
727-
over `bin/rails.
727+
over `bin/rails`.
728728

729729
To use the new test runner simply type `rails test`.
730730

0 commit comments

Comments
 (0)