From 79d966d78f9a8fe67c32fc2ff8e9e9562bf61959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D=C3=ADaz-Jorge?= <672162+chipairon@users.noreply.github.com> Date: Thu, 24 Feb 2022 09:51:21 +0100 Subject: [PATCH] Update rails_application_templates.md Fixed typo to clarify the intent of the example. --- guides/source/rails_application_templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/rails_application_templates.md b/guides/source/rails_application_templates.md index 6792e8929e..0e829ac316 100644 --- a/guides/source/rails_application_templates.md +++ b/guides/source/rails_application_templates.md @@ -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