From 5c943b80c9fafe840155935d66606cc27f60cdde Mon Sep 17 00:00:00 2001 From: dgodinez-dh <77981300+dgodinez-dh@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:25:51 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: JJ Brosnan <84038776+jjbrosnan@users.noreply.github.com> --- plugins/ui/docs/describing/component_rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ui/docs/describing/component_rules.md b/plugins/ui/docs/describing/component_rules.md index f7bfad6c2..59169e01c 100644 --- a/plugins/ui/docs/describing/component_rules.md +++ b/plugins/ui/docs/describing/component_rules.md @@ -35,7 +35,7 @@ Here is the same component written in `deephaven.ui`. my_component("Hello World", prop1="value1") ``` -## Defining your own children and props +## Define your own children and props To define `children` and `props` for a custom component, add them as arguments to the component function. As a convention, you may declare the children using the `*` symbol to take any number of arguments.