Skip to content

Commit be11413

Browse files
committed
Lowercase
1 parent 99eb009 commit be11413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/webpacker/helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def javascript_pack_tag(*names, **options)
4141
# <%= stylesheet_pack_tag 'calendar', 'data-turbolinks-track': 'reload' %> # =>
4242
# <link rel="stylesheet" media="screen" href="/packs/calendar.css" data-turbolinks-track="reload" />
4343
#
44-
# # In development mode with Hot module replacement:
44+
# # In development mode with hot module replacement:
4545
# <%= stylesheet_pack_tag 'calendar', 'data-turbolinks-track': 'reload' %> # =>
4646
# nil
4747
#

0 commit comments

Comments
 (0)