From 0b20d4d4090b77cd23b8c513060282b4c103d880 Mon Sep 17 00:00:00 2001 From: Thomas Miliopoulos Date: Wed, 17 Jul 2024 19:45:59 +0200 Subject: [PATCH] docs(docs): fix incorrect directory name for base repository classes Fix incorrect directory name for base repository classes fix #10611 Signed-off-by: Thomas Miliopoulos --- docs/site/Repository-generator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/Repository-generator.md b/docs/site/Repository-generator.md index 21897f0c95ce..a2f1aa88029a 100644 --- a/docs/site/Repository-generator.md +++ b/docs/site/Repository-generator.md @@ -93,7 +93,7 @@ The tool will prompt you for: skipped, otherwise it will present you a list of repositories. The default repository is inferred from the datasource type. - Any repository in the `src/repository` folder with the file format + Any repository in the `src/repositor` folder with the file format `*.repository.base.ts` will be added to the list too. - **Please enter the name of the ID property for _modelName_.** _(id)_ If the