Skip to content

Commit

Permalink
Update docs/src/pages/guides/api/api.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matt <github@nospam.33m.co>
  • Loading branch information
mnajdova and mbrookes authored Dec 2, 2020
1 parent 60e3ccc commit 219db8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/api/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ This choice allows the shorthand notation:

Most of the controlled component are controlled via the `value` and the `onChange` properties,
however, the `open` / `onClose` / `onOpen` combination is used for display related state.
In the cases where there are more events, we put the noun first, and then the verb, for example: `onPageChange`, `onRowsChange`.
In cases where there are multiple events, we put the noun first, and then the verb, for example: `onPageChange`, `onRowsChange`.

### boolean vs enum

Expand Down

0 comments on commit 219db8e

Please sign in to comment.