From a3d44554a11d11a649c86798f437cbbd73f49ecd Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Wed, 4 Dec 2024 10:56:34 +0100 Subject: [PATCH] Update src/testing/internal/rtl/renderAsync.ts Co-authored-by: Jerel Miller --- src/testing/internal/rtl/renderAsync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/internal/rtl/renderAsync.ts b/src/testing/internal/rtl/renderAsync.ts index f5380ff0ca3..d098911cf61 100644 --- a/src/testing/internal/rtl/renderAsync.ts +++ b/src/testing/internal/rtl/renderAsync.ts @@ -1,6 +1,6 @@ // This is a helper required for React 19 testing. // There are currently multiple directions this could play out in RTL and none of -// them has been released yet, so we are inling this helper for now. +// them has been released yet, so we are inlining this helper for now. // See https://github.com/testing-library/react-testing-library/pull/1214 // and https://github.com/testing-library/react-testing-library/pull/1365