Skip to content

Commit 75c7e1c

Browse files
committed
fix typo
1 parent 2f64aec commit 75c7e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/react/jsx/processor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Processor
44
VERSION = '1'
55

66
def self.cache_key
7-
@cache_key ||= "#{name}:#{Autoload::Eco::Source::VERSION}:#{VERSION}".freeze
7+
@cache_key ||= "#{name}:#{VERSION}".freeze
88
end
99

1010
# Compile template data with JSX transformer.

0 commit comments

Comments
 (0)