fix: corrects typo in error message

This commit is contained in:
Mark Mankarious
2023-10-29 14:54:35 +00:00
parent 421bd07c93
commit 4bb73e2a3c

View File

@@ -215,7 +215,7 @@ export const validateRectangle = (
color: rectangle.color
},
message:
'Connector references a color that does not exist in the model.'
'Rectangle references a color that does not exist in the model.'
});
}
}