Skip to content

Commit

Permalink
Merge pull request #24361 from qmonmert/typo241123
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
DanielFran authored Nov 24, 2023
2 parents 85301ec + 7a140d1 commit 286140c
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 286140c

Please sign in to comment.