Skip to content

Commit 0bac19d

Browse files
authored
chore: typo in core concepts docs (#725)
1 parent 552a1f3 commit 0bac19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/docs/concepts/user-components.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Text.craft = {
156156

157157

158158
## Related Components
159-
What happens if you need to design some component to complement our user component? For instance, if we were planning on building a Toolbar somewhere in our page editor, we would like the Toolbar to display a bunch of text inputs to allow the user the edit the currently selected component. It would be great if we could retrieve a specific component that has all the relevant inputs for the user to edit the currently selected component.
159+
What happens if you need to design some component to complement our user component? For instance, if we were planning on building a Toolbar somewhere in our page editor, we would like the Toolbar to display a bunch of text inputs to allow the user to edit the currently selected component. It would be great if we could retrieve a specific component that has all the relevant inputs for the user to edit the currently selected component.
160160

161161

162162
This is where related components become useful. These components share the same corresponding `Node` as the actual user component, hence the `useNode` hook that we have been using all this while will be made available to these components as well.
@@ -351,4 +351,4 @@ const Container = ({background, title, children}) => {
351351
}
352352
}
353353
```
354-
-->
354+
-->

0 commit comments

Comments
 (0)