diff --git a/docs/modules/creating-a-module.mdx b/docs/modules/creating-a-module.mdx index dbb283e36..a8ad1762c 100644 --- a/docs/modules/creating-a-module.mdx +++ b/docs/modules/creating-a-module.mdx @@ -27,7 +27,7 @@ mv generators/entity generators/entity-module ``` - Rename every other generator that matches a generator-jhipster generator (otherwise they will be called as a blueprint). -And update referentes. +And update references. - Add a custom cli (`cli/cli.mjs`) ```js