Skip to content

Commit 2bfc6f5

Browse files
committed
fix typo in readme
1 parent 8ffba03 commit 2bfc6f5

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
@@ -20,7 +20,7 @@ module.exports = {
2020
languages: ["en", "ko"],
2121
functionName: "_t",
2222
resourcePath: "./locales/{{lng}}/{{ns}}.json",
23-
pathToSaveMissing: "./locales/{{lng}}/{{ns}} -missing.json"
23+
pathToSaveMissing: "./locales/{{lng}}/{{ns}}-missing.json"
2424
})
2525
]
2626
};

0 commit comments

Comments
 (0)