Skip to content

Commit

Permalink
uh, better words
Browse files Browse the repository at this point in the history
  • Loading branch information
charliepark committed Dec 19, 2024
1 parent c774ba7 commit 357d42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/lib/PropertiesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function PropertiesTable({ className, children }: PropertiesTableProps) {
PropertiesTable.DescriptionRow,
PropertiesTable.DateRow,
]),
'PropertiesTable can only contain specific Row components as a child'
'PropertiesTable only accepts specific Row components as children'
)
return (
<div
Expand Down

0 comments on commit 357d42a

Please sign in to comment.