Skip to content

Commit

Permalink
Merge pull request #50328 from rimedelis/command_line
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
fatkodima committed Dec 11, 2023
2 parents f5c6aa3 + f9e21c5 commit 109bb44
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 109bb44

Please sign in to comment.