From 219db8e2e7a0763e522deadfe22ea33efa0d3f2b Mon Sep 17 00:00:00 2001 From: Marija Najdova Date: Wed, 2 Dec 2020 09:47:36 +0100 Subject: [PATCH] Update docs/src/pages/guides/api/api.md Co-authored-by: Matt --- docs/src/pages/guides/api/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/guides/api/api.md b/docs/src/pages/guides/api/api.md index d0b5160ffe2019..ecb936dc71e3f4 100644 --- a/docs/src/pages/guides/api/api.md +++ b/docs/src/pages/guides/api/api.md @@ -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