aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/generators.textile
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source/generators.textile')
-rw-r--r--guides/source/generators.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/generators.textile b/guides/source/generators.textile
index 836f3d8549..ec5f53870e 100644
--- a/guides/source/generators.textile
+++ b/guides/source/generators.textile
@@ -456,7 +456,7 @@ h4. +inject_into_file+
Injects a block of code into a defined position in your file.
<ruby>
-inject_into_file 'name_of_file.rb', :after => "#The code goes below this line. Don't for get the Line break at the end\n" do <<-'RUBY'
+inject_into_file 'name_of_file.rb', :after => "#The code goes below this line. Don't forget the Line break at the end\n" do <<-'RUBY'
puts "Hello World"
RUBY
end