Skip to content

Commit 6a8d283

Browse files
committed
Merge pull request #98 from rusikf/patch-10
fix comment about haml annotation
2 parents 33ab9bb + 98e0748 commit 6a8d283

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/.haml-rails.rb.swp

12 KB
Binary file not shown.

lib/haml-rails.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Railtie < ::Rails::Railtie
4242
end
4343
end
4444

45-
# Configure source annoatation on haml files (support for HAML was
45+
# Configure source annotation on haml files (support for HAML was
4646
# provided directly by railties 3.2..4.1 but was dropped in 4.2.
4747
if Gem::Requirement.new(">= 4.2").satisfied_by?(Gem::Version.new(::Rails.version))
4848
initializer 'haml_rails.configure_source_annotation' do

0 commit comments

Comments
 (0)