Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kitro committed Sep 20, 2022
1 parent 0d381f8 commit 1691c82
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 1691c82

Please sign in to comment.