Skip to content

Commit 3a476b9

Browse files
authored
Merge pull request rails#54860 from duffuniverse/fix-typo-in-rails-command-line-guide
[ci skip] Fix typo in The Rails Command Line guide
2 parents 2808a5a + 08022e7 commit 3a476b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/command_line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ vendor/tools.rb:
687687
688688
INFO: A good description of unit testing in Rails is given in [A Guide to Testing Rails Applications](testing.html)
689689
690-
Rails comes with a test framework called minitest. Rails owes its stability to the use of tests. The commands available in the `test:` namespace helps in running the different tests you will hopefully write.
690+
Rails comes with a test framework called minitest. Rails owes its stability to the use of tests. The commands available in the `test:` namespace help in running the different tests you will hopefully write.
691691
692692
### `bin/rails tmp:`
693693

0 commit comments

Comments
 (0)