Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jadeddelta committed Jan 8, 2025
1 parent 7e66039 commit 89b489e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jspsych/tests/citations/citations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ try {
});
test("citing without input and with invalid format", () => {
expect(() => jspsych.getCitations(null, "apa")).toThrow(
"Expected array of plugins/extensionss"
"Expected array of plugins/extensions"
);
});
});
Expand Down

0 comments on commit 89b489e

Please sign in to comment.