Skip to content

Commit

Permalink
fix exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Apr 2, 2018
1 parent 67bc7cb commit b5d1af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helper/EmbeddedListHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function ($entityConfig) use ($entityFqcn) {

if (empty($matchingEntityConfigs)) {
throw new \RuntimeException(
sprintf('No enity defined in EasyAdmin configuration matches %s FQCN.', $entityFqcn)
sprintf('No entity defined in EasyAdmin configuration matches %s FQCN.', $entityFqcn)
);
}

Expand Down

0 comments on commit b5d1af9

Please sign in to comment.