Update rails_application_templates.md

Fixed typo to clarify the intent of the example.
This commit is contained in:
Rubén Díaz-Jorge 2022-02-24 09:51:21 +01:00 committed by GitHub
parent dc0f5db3c1
commit 79d966d78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ git commit: "-a -m 'Initial commit'"
### after_bundle(&block)
Registers a callback to be executed after the gems are bundled and binstubs
are generated. Useful for all generated files to version control:
are generated. Useful for adding generated files to version control:
```ruby
after_bundle do