From 00c366090957e8b0612e1f4564697d822bce86d9 Mon Sep 17 00:00:00 2001 From: Vivek Date: Sat, 31 Aug 2024 00:51:40 +0530 Subject: [PATCH] Update creating-a-module.mdx fix typo --- docs/modules/creating-a-module.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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