Skip to content

Commit 1691c82

Browse files
authored
Fix typo in README
1 parent 0d381f8 commit 1691c82

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
@@ -81,7 +81,7 @@ export default defineConfig({
8181

8282
// Laravel < 9, since the lang folder is inside the resources folder
8383
// you will need to pass as parameter:
84-
// i18('resources/lang'),
84+
// i18n('resources/lang'),
8585
],
8686
});
8787
```

0 commit comments

Comments
 (0)