From 391d22607e5a26ce6fe269d32a7f51825a9c40e1 Mon Sep 17 00:00:00 2001 From: Julius Mackowiak <40402696+JulMack@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:37:32 +0100 Subject: [PATCH] docs(core): fix typo (#21200) --- docs/shared/concepts/how-project-graph-is-built.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shared/concepts/how-project-graph-is-built.md b/docs/shared/concepts/how-project-graph-is-built.md index c928262700973..fd4f4977ce566 100644 --- a/docs/shared/concepts/how-project-graph-is-built.md +++ b/docs/shared/concepts/how-project-graph-is-built.md @@ -1,6 +1,6 @@ # How the Project Graph is Built -Nx creates a graph of all the dependencies between projects in your workspace using two sources of information: +Nx creates a graph of all the dependencies between projects in your workspace using three sources of information: 1. Package dependencies defined in the `package.json` file for each project.