Skip to content

Commit

Permalink
chore: fix typo in docs/editor.md (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hahlh authored May 13, 2024
1 parent 05ce875 commit 438f48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/concepts/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const Sidebar = () => {
}

```
Queries are also accesible via the `useEditor` collector function. Let's look at an example where we build a component that returns all the descendants of the current selected Node:
Queries are also accessible via the `useEditor` collector function. Let's look at an example where we build a component that returns all the descendants of the current selected Node:

```jsx
const ShowMeMyDescendants = () => {
Expand Down

0 comments on commit 438f48f

Please sign in to comment.