Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Feb 24, 2025
1 parent dd5ea35 commit ec1bf4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/generated/toolbar-link.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ToolbarLink",
"description": "A link component.\nRenders a `<a>` element.",
"description": "A link component.\nRenders an `<a>` element.",
"props": {
"className": {
"type": "string | (state) => string",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/toolbar/link/ToolbarLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const TOOLBAR_LINK_METADATA = {
};
/**
* A link component.
* Renders a `<a>` element.
* Renders an `<a>` element.
*
* Documentation: [Base UI Toolbar](https://base-ui.com/react/components/toolbar)
*/
Expand Down

0 comments on commit ec1bf4b

Please sign in to comment.