Skip to content

Commit 4478efd

Browse files
author
Tobias Bohn
authored
fixed typo in readme (#111)
* fixed typo in javascript_import_module_tag
1 parent b22d1f7 commit 4478efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Import your module on the specific page. Note: you'll likely want to use a `cont
250250
<% end %>
251251
```
252252

253-
**Important**: The `javacript_import_module_tag` should come after your `javascript_importmap_tags`
253+
**Important**: The `javascript_import_module_tag` should come after your `javascript_importmap_tags`
254254

255255
```erb
256256
<%= javascript_importmap_tags %>

0 commit comments

Comments
 (0)