Skip to content

Commit 91cc74d

Browse files
authored
Update README.md (#22)
fix error in resources for Laravel Mix Plugin section
1 parent 1eba38d commit 91cc74d

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
@@ -75,7 +75,7 @@ mix.i18n();
7575

7676
// Laravel < 9, since the lang folder is inside the resources folder
7777
// you will need to pass as parameter.
78-
mix.i18n('resouces/lang');
78+
mix.i18n('resources/lang');
7979
```
8080

8181
### Usage

0 commit comments

Comments
 (0)