Skip to content

Commit 808846e

Browse files
committed
cleanup
1 parent 54d63d5 commit 808846e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Examples/EditableTable.example.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ docs = unit # make component
4848
editableTable
4949
{ addLabel: "Add another row"
5050
, columns:
51-
[ { label: "Descriptionxxx"
51+
[ { label: "Description"
5252
, renderCell: \row -> Input.input Input.text_
5353
{ value = row.description
5454
, onChange = handler targetValue \value ->

0 commit comments

Comments
 (0)