We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd2071 commit 3d986b8Copy full SHA for 3d986b8
fluent-react/test/use_localization.test.js
@@ -34,7 +34,7 @@ describe("useLocalization", () => {
34
`);
35
});
36
37
- test("useLocalization should exposes getString from ReactLocalization", () => {
+ test("useLocalization exposes getString from ReactLocalization", () => {
38
const bundle = new FluentBundle("en", { useIsolating: false });
39
bundle.addResource(
40
new FluentResource(`
0 commit comments