Skip to content

Commit 3591de8

Browse files
Fix typo (#361)
1 parent c96b200 commit 3591de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/use-transform-context.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const useTransformContext = () => {
66
const libraryContext = useContext(Context);
77

88
if (!libraryContext) {
9-
throw new Error("Transform context mus be placed inside TransformWrapper");
9+
throw new Error("Transform context must be placed inside TransformWrapper");
1010
}
1111

1212
return libraryContext;

0 commit comments

Comments
 (0)