From 70be50f37bfb2a43e239cdaa2240988ddeaa3d8c Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Tue, 1 Jul 2025 01:33:08 +0200 Subject: [PATCH] Fix typo --- libs/sdk-js/src/tests/stream.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sdk-js/src/tests/stream.test.tsx b/libs/sdk-js/src/tests/stream.test.tsx index e7597d69e..17e29f3b7 100644 --- a/libs/sdk-js/src/tests/stream.test.tsx +++ b/libs/sdk-js/src/tests/stream.test.tsx @@ -199,7 +199,7 @@ describe("useStream", () => { "Cached user message", ); - // Submiting should clear out the cached messages + // Submitting should clear out the cached messages await user.click(screen.getByTestId("submit")); // Wait for messages to appear