File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Get upgrade notes from Sprockets 3.x to 4.x at https://github.com/rails/sprocket
1010- Fix thread safety of ` Sprockets::CachedEnvironment ` and ` Sprockets::Cache::MemoryStore ` . [ #771 ] ( https://github.com/rails/sprockets/pull/771 )
1111- Add support for Rack 3.0. Headers set by sprockets will now be lower case. [ #758 ] ( https://github.com/rails/sprockets/pull/758 )
1212- Make ` Sprockets::Utils.module_include ` thread safe on JRuby. [ #759 ] ( https://github.com/rails/sprockets/pull/759 )
13+ - Fix typo in ` asset.rb ` file. [ #768 ] ( https://github.com/rails/sprockets/pull/768 )
1314
1415## 4.1.0
1516
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ def hexdigest
137137 DigestUtils . pack_hexdigest ( digest )
138138 end
139139
140- # Pubic : ETag String of Asset.
140+ # Public : ETag String of Asset.
141141 def etag
142142 version = environment_version
143143
You can’t perform that action at this time.
0 commit comments