diff --git a/src/pure.js b/src/pure.js index 0f9c487d..cb9d8442 100644 --- a/src/pure.js +++ b/src/pure.js @@ -124,7 +124,7 @@ function createConcurrentRoot( /* istanbul ignore if */ if (!hydrate) { throw new Error( - 'Attempted to hydrate a non-hydrateable root. This is a bug in `@testing-library/react`.', + 'Attempted to hydrate a non-hydratable root. This is a bug in `@testing-library/react`.', ) } // Nothing to do since hydration happens when creating the root object.