Skip to content

Commit

Permalink
refactor: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rimedelis committed Dec 11, 2023
1 parent f5c6aa3 commit f9e21c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/command_line.md
Expand Up @@ -277,7 +277,7 @@ $ bin/rails generate controller Greetings hello
invoke test_unit
```
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.
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.
Check out the controller and modify it a little (in `app/controllers/greetings_controller.rb`):
Expand Down

0 comments on commit f9e21c5

Please sign in to comment.