Skip to content
Snippets Groups Projects

Resolve cspell errors

3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -52,7 +52,7 @@ trait EntityCreationTrait {
}
$entity = $this->resourceObjectToEntityMapper->createEntityFromResourceObject($data->getIterator()->current());
// Allow the class using this trait to modfiy the created entity before it
// Allow the class using this trait to modify the created entity before it
// is saved.
$this->modifyCreatedEntity($entity, $request);
Loading