Skip to content

Commit

Permalink
Fixed typo (#10652)
Browse files Browse the repository at this point in the history
  • Loading branch information
jodok committed Aug 4, 2021
1 parent 75bb5cf commit 4413b84
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -244,7 +244,7 @@ const getTypeShape = (attribute, { modelType, attributes } = {}) => {
if (modelType === modelTypes.COMPONENT && hasComponent(targetCompo)) {
return this.createError({
path: this.path,
message: `${targetCompo.modelName} already as a nested compoent. You cannot have more than one level of nesting inside your components.`,
message: `${targetCompo.modelName} already is a nested component. You cannot have more than one level of nesting inside your components.`,
});
}
return true;
Expand Down

0 comments on commit 4413b84

Please sign in to comment.