From 6d308a706783536a3129026c66d45e5c97215fab Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Wed, 4 Dec 2024 10:56:20 +0100 Subject: [PATCH] Update src/testing/internal/rtl/actAsync.ts Co-authored-by: Jerel Miller --- src/testing/internal/rtl/actAsync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/internal/rtl/actAsync.ts b/src/testing/internal/rtl/actAsync.ts index 134c1a32053..7bce8cb2ae7 100644 --- a/src/testing/internal/rtl/actAsync.ts +++ b/src/testing/internal/rtl/actAsync.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