Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit d021598

Browse files
committed
fix typo
1 parent 3d91b31 commit d021598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languageHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export function _tJsx(jsxText, patterns, subs) {
107107
}
108108

109109
// Allow overriding the text displayed when no translation exists
110-
// Currently only use din unit tests to avoid having to load
110+
// Currently only used in unit tests to avoid having to load
111111
// the translations in riot-web
112112
export function setMissingEntryGenerator(f) {
113113
counterpart.setMissingEntryGenerator(f);

0 commit comments

Comments
 (0)