You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-sunbeam/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ render(
183
183
### `<Root>`
184
184
185
185
`Root` is the root focusable component.
186
-
It instantiates the focusable tree and holds its root node, as well as passing some utilities through the React context to other focusable components in the tree.
186
+
It instantiates the focusable tree and holds its root node, as well as passing some utilities through React context to other focusable components in the tree.
187
187
188
188
```ts
189
189
function Root(props: {
@@ -217,15 +217,15 @@ function useFocusable(params: {
0 commit comments