Skip to content

Commit

Permalink
for get -> forget
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Apr 25, 2012
1 parent 189a172 commit 1533853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/generators.textile
Expand Up @@ -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
Expand Down

0 comments on commit 1533853

Please sign in to comment.