diff --git a/src/Avatar.test.tsx b/src/Avatar.test.tsx index 0de68ce2..9814e693 100644 --- a/src/Avatar.test.tsx +++ b/src/Avatar.test.tsx @@ -71,7 +71,7 @@ test("should just render a placeholder when the user has no avatar", () => { expect(client.mxcUrlToHttp).toBeCalledTimes(0); }); -test("should just render a placeholder when thumbnaisl are not supported", () => { +test("should just render a placeholder when thumbnails are not supported", () => { const client = vi.mocked({ getAccessToken: () => "my-access-token", mxcUrlToHttp: () => vi.fn(),