Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carafelix committed May 17, 2024
1 parent c227cc4 commit 2c2934f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/commands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ describe("Commands", () => {
);
a.command("a2", "test a2", (_) => _).localize(
"fr",
"localA2",
"localiseA2",
"test a2 localisé",
);

Expand Down Expand Up @@ -222,7 +222,7 @@ describe("Commands", () => {
{ command: "a", description: "test a" },
{ command: "a1", description: "test a1" },
{
command: "localA2",
command: "localiseA2",
description: "test a2 localisé",
},
{
Expand Down

0 comments on commit 2c2934f

Please sign in to comment.