From 557f74bbae096b0911544b5e3abeef4a3a0e70c2 Mon Sep 17 00:00:00 2001 From: dgodinez-dh <77981300+dgodinez-dh@users.noreply.github.com> Date: Fri, 20 Dec 2024 06:12:49 -0700 Subject: [PATCH] Update plugins/ui/docs/describing/your_ui_as_a_tree.md Co-authored-by: Mike Bender --- plugins/ui/docs/describing/your_ui_as_a_tree.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ui/docs/describing/your_ui_as_a_tree.md b/plugins/ui/docs/describing/your_ui_as_a_tree.md index 1b84fede7..478cceb61 100644 --- a/plugins/ui/docs/describing/your_ui_as_a_tree.md +++ b/plugins/ui/docs/describing/your_ui_as_a_tree.md @@ -135,7 +135,7 @@ Identifying these categories of components are useful for understanding data flo ## The dependency tree -Another relationship in a `deephaven.ui` query that can be modeled with a tree are an query's dependencies. Each node in a dependency tree is a module and each branch represents an import statement in that module. +Another relationship in a `deephaven.ui` query that can be modeled with a tree are a query's dependencies. Each node in a dependency tree is a module and each branch represents an import statement in that module. If we take the previous app, we can build a dependency tree.