Skip to content

Commit

Permalink
fix: typo in DragITile description (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzuch authored Dec 31, 2023
1 parent 2b37a80 commit 1b6da3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/visx-demo/src/components/Gallery/DragITile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function DragITile() {
return (
<GalleryTile<DragIProps>
title="Drag i"
description="<Drag.Drag />>"
description="<Drag.Drag />"
exampleRenderer={DragI}
exampleUrl="/drag-i"
tileStyles={tileStyles}
Expand Down

0 comments on commit 1b6da3a

Please sign in to comment.