Skip to content

Commit 3f8980c

Browse files
committed
Style
1 parent e81b5eb commit 3f8980c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ It makes sense to use logical names that match the package names used by npm, su
6565

6666
### Local modules
6767

68-
If you want to import local js module files from `app/javascript/src` or other sub-folders of `app/javascript` (such as `channels`), you must pin these to be able to import them.
69-
You can use `pin_all_from` to pick all files in a specific folder, so you don't have to `pin` each module individually.
68+
If you want to import local js module files from `app/javascript/src` or other sub-folders of `app/javascript` (such as `channels`), you must pin these to be able to import them. You can use `pin_all_from` to pick all files in a specific folder, so you don't have to `pin` each module individually.
7069

7170
```rb
7271
# config/importmap.rb

0 commit comments

Comments
 (0)