Skip to content

Commit

Permalink
Fix typo: entitiy=>entity
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Nov 24, 2023
1 parent 85301ec commit 7a140d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/base-application/generator.mts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default class BaseApplicationGenerator<
}

/**
* get sorted list of entitiy names according to changelog date (i.e. the order in which they were added)
* get sorted list of entity names according to changelog date (i.e. the order in which they were added)
*/
getExistingEntityNames(): string[] {
return this.getExistingEntities().map(entity => entity.name);
Expand Down

0 comments on commit 7a140d1

Please sign in to comment.