Skip to content

Commit 6e70f26

Browse files
committed
Fix typo in Using React DOM Components guide
1 parent 5e6544a commit 6e70f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/guides/02_building_uis/4_using_react_dom_components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ There are also editable components for individual Cells and Values:
3232
| EditableValueView | Renders a Value and lets you change its type and value. | [demo](/demos/ui-components/editablevalueview/) |
3333

3434
We finish off this section with a best practice to avoid passing the global
35-
Store down into components. Please proceed to to the Using Context guide!
35+
Store down into components. Please proceed to the Using Context guide!

0 commit comments

Comments
 (0)