From 0eef86ee208484e61b605647a199d6c05ed0defe Mon Sep 17 00:00:00 2001 From: Prasanth Louis Date: Thu, 1 May 2025 03:04:30 -0400 Subject: [PATCH] docs(core): update sync-generators.md (#30812) --- docs/shared/concepts/sync-generators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shared/concepts/sync-generators.md b/docs/shared/concepts/sync-generators.md index 2a0826d505..9b63fd06c4 100644 --- a/docs/shared/concepts/sync-generators.md +++ b/docs/shared/concepts/sync-generators.md @@ -110,7 +110,7 @@ Nx processes the file system in order to [create the project graph](/features/ex └─ myorg ├─ apps │ ├─ app1 - │ └─ app1 + │ └─ app2 ├─ libs │ └─ lib ├─ nx.json