We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96b200 commit 3591de8Copy full SHA for 3591de8
1 file changed
src/hooks/use-transform-context.tsx
@@ -6,7 +6,7 @@ export const useTransformContext = () => {
6
const libraryContext = useContext(Context);
7
8
if (!libraryContext) {
9
- throw new Error("Transform context mus be placed inside TransformWrapper");
+ throw new Error("Transform context must be placed inside TransformWrapper");
10
}
11
12
return libraryContext;
0 commit comments