Skip to content

Commit a95dd51

Browse files
fix(error): correct spelling mistake hydrateable -> hydratable
1 parent f32bd1b commit a95dd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function createConcurrentRoot(
124124
/* istanbul ignore if */
125125
if (!hydrate) {
126126
throw new Error(
127-
'Attempted to hydrate a non-hydrateable root. This is a bug in `@testing-library/react`.',
127+
'Attempted to hydrate a non-hydratable root. This is a bug in `@testing-library/react`.',
128128
)
129129
}
130130
// Nothing to do since hydration happens when creating the root object.

0 commit comments

Comments
 (0)