Skip to content

Commit 694d2d2

Browse files
committed
Fix small linting issue
1 parent fc9aaa8 commit 694d2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ class Encore {
941941
* If set that option will include the given Node modules to
942942
* the files that are processed by Babel.
943943
* Can be used even if you have an external Babel configuration
944-
* (a babel.config.json file for instance).
944+
* (a babel.config.json file for instance).
945945
* Warning: .babelrc config files don't apply to node_modules. Use
946946
* babel.config.json instead to apply the same config to these modules.
947947
* Cannot be used if the "exclude" option is also set

0 commit comments

Comments
 (0)