From 5b86f5ec626113a206b12d776fd372a60451cc7a Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Thu, 7 Mar 2024 15:14:16 -0800 Subject: [PATCH] s/mental/model/ --- docs/pages/repo/docs/core-concepts/monorepos/task-graph.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/repo/docs/core-concepts/monorepos/task-graph.mdx b/docs/pages/repo/docs/core-concepts/monorepos/task-graph.mdx index 4aed982337c2e..3f66a5c827153 100644 --- a/docs/pages/repo/docs/core-concepts/monorepos/task-graph.mdx +++ b/docs/pages/repo/docs/core-concepts/monorepos/task-graph.mdx @@ -100,7 +100,7 @@ execute their build tasks? Should _anything_ happen here? Turborepo's mental model is that all nodes in the Task Graph are the same. In other words, Transit Nodes are included in the graph regardless of where they appear in the graph. -This mental can have unexpected consequences. For example, let's say you've configured +This model can have unexpected consequences. For example, let's say you've configured your `build` task to depend on `^test`: ```json