From 89b489e6f40e2ed062beb5e152558a13b6c50954 Mon Sep 17 00:00:00 2001 From: jade <101148768+jadeddelta@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:47:50 -0700 Subject: [PATCH] fix typo --- packages/jspsych/tests/citations/citations.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jspsych/tests/citations/citations.test.ts b/packages/jspsych/tests/citations/citations.test.ts index 93431bd9..65ceee47 100644 --- a/packages/jspsych/tests/citations/citations.test.ts +++ b/packages/jspsych/tests/citations/citations.test.ts @@ -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" ); }); });