Skip to content

Commit 4750183

Browse files
authored
Corrected typo in "button elements" para
Spelling correction for "required" under "button elements" para
1 parent 995febc commit 4750183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/declarative-customization/column-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ Any other value will result in an error.
814814

815815
#### button elements
816816

817-
`Button` elements can be used to launch a specific action on the parent item. Every `button` element has a requred property, `customRowAction`, that specifies an `action` that's taken when the button is clicked. This action must be one of the following values:
817+
`Button` elements can be used to launch a specific action on the parent item. Every `button` element has a required property, `customRowAction`, that specifies an `action` that's taken when the button is clicked. This action must be one of the following values:
818818

819819
- **defaultClick**: buttons with this action will do the same thing as clicking the list item in an uncustomized view. Below is an example of a button that, when clicked, simulates a click on the item, which results in the details pane being opened.
820820

0 commit comments

Comments
 (0)