Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
josepjaume committed Apr 27, 2012
1 parent ec0a383 commit 5fd0ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full-stack.rb
Expand Up @@ -165,7 +165,7 @@
run "rm app/views/layouts/application.html.erb" run "rm app/views/layouts/application.html.erb"
File.open('app/views/layouts/application.html.slim', 'w') do |f| File.open('app/views/layouts/application.html.slim', 'w') do |f|
f.write <<-eos f.write <<-eos
doctype hml doctype html
html html
head head
title #{application_name.camelize} title #{application_name.camelize}
Expand Down

0 comments on commit 5fd0ae6

Please sign in to comment.