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