Skip to content

Commit

Permalink
Fix typo: constelation=>constellation
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Nov 29, 2023
1 parent 5819c0e commit 1b22233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/spring-data-neo4j/generator.mts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default class Neo4jGenerator extends BaseApplicationGenerator {
async configuringEachEntity({ entityConfig }) {
if (entityConfig.dto && entityConfig.dto !== 'no') {
this.log.warn(
`The DTO option is not supported for Neo4j database. Neo4j persists the entire constelation, DTO causes the constelation to be incomplete. DTO is found in entity ${entityConfig.name}.`,
`The DTO option is not supported for Neo4j database. Neo4j persists the entire constellation, DTO causes the constelation to be incomplete. DTO is found in entity ${entityConfig.name}.`,
);
}
},
Expand Down

0 comments on commit 1b22233

Please sign in to comment.