Skip to content

Commit f9e21c5

Browse files
authored
refactor: fix typo
1 parent f5c6aa3 commit f9e21c5

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)