Skip to content

Commit

Permalink
Fix typo in Turborepo task-graph documentation (#8212)
Browse files Browse the repository at this point in the history
  • Loading branch information
danisal authored May 28, 2024
1 parent 596ee1a commit dad9f5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Graph.

Turborepo uses a data structure called a [directed acyclic graph (DAG)][1] to
understand your repository and its tasks. A graph is made up of "nodes" and
"edges". In our Task Graph, the nodes are tasks and the edges are the the
"edges". In our Task Graph, the nodes are tasks and the edges are the
dependencies between tasks. A _directed_ graph indicates that the edges
connecting each node have a direction, so if Task A points to Task B, we can say
that Task A depends on Task B. The direction of the edge depends on which task
Expand Down

0 comments on commit dad9f5c

Please sign in to comment.