Skip to content

Commit 109bb44

Browse files
authored
Merge pull request rails#50328 from rimedelis/command_line
Fix typo
2 parents f5c6aa3 + f9e21c5 commit 109bb44

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
@@ -277,7 +277,7 @@ $ bin/rails generate controller Greetings hello
277277
invoke test_unit
278278
```
279279
280-
What all did this generate? It made sure a bunch of directories were in our application, and created a controller file, a view file, a functional test file, a helper for the view, a JavaScript file, and a stylesheet file.
280+
What did all this generate? It made sure a bunch of directories were in our application, and created a controller file, a view file, a functional test file, a helper for the view, a JavaScript file, and a stylesheet file.
281281
282282
Check out the controller and modify it a little (in `app/controllers/greetings_controller.rb`):
283283

0 commit comments

Comments
 (0)