mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Made language consistent with the rest of the comments in the file.
This commit is contained in:
parent
ef2738472d
commit
5e235278c4
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@ module Rails
|
|||
#
|
||||
# ==== Switches
|
||||
#
|
||||
# All hooks come with switches for user interface. If the user don't want
|
||||
# to use any test framework, he can do:
|
||||
# All hooks come with switches for user interface. If you do not want
|
||||
# to use any test framework, you can do:
|
||||
#
|
||||
# rails generate controller Account --skip-test-framework
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue