Skip to content

Commit db60199

Browse files
authored
Merge pull request rails#38408 from ricvillagrana/patch-1
Update upgrading_ruby_on_rails file to add missing grave accent
2 parents 57746a2 + e243e33 commit db60199

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)