Skip to content

Commit

Permalink
Fix typo in README.md (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
CHE1RON authored Oct 1, 2024
1 parent 1e6d61f commit 6266966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The `Panel` API doesn't _require_ `id` and `order` props because they aren't nec
</PanelGroup>
```

### Can a attach a ref to the DOM elements?
### Can I attach a ref to the DOM elements?

No. I think exposing two refs (one for the component's imperative API and one for a DOM element) would be awkward. This library does export several utility methods for accessing the underlying DOM elements though. For example:

Expand Down

0 comments on commit 6266966

Please sign in to comment.