Skip to content

Commit

Permalink
Merge pull request #67 from kitro/patch-1
Browse files Browse the repository at this point in the history
Fix typo in calling i18n with langPath in README
  • Loading branch information
xiCO2k committed Sep 21, 2022
2 parents 0d381f8 + 1691c82 commit 6d7f0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default defineConfig({

// Laravel < 9, since the lang folder is inside the resources folder
// you will need to pass as parameter:
// i18('resources/lang'),
// i18n('resources/lang'),
],
});
```
Expand Down

0 comments on commit 6d7f0db

Please sign in to comment.