Skip to content

Commit cd4f38b

Browse files
Merge pull request rails#44538 from chipairon/patch-1
Update rails_application_templates.md [ci-skip]
2 parents d04dbcf + 79d966d commit cd4f38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/rails_application_templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ git commit: "-a -m 'Initial commit'"
255255
### after_bundle(&block)
256256

257257
Registers a callback to be executed after the gems are bundled and binstubs
258-
are generated. Useful for all generated files to version control:
258+
are generated. Useful for adding generated files to version control:
259259

260260
```ruby
261261
after_bundle do

0 commit comments

Comments
 (0)