From 8cde0cafbf2d7bab8b987eef43fa1523bc201fdd Mon Sep 17 00:00:00 2001 From: Bojan Bedrac Date: Tue, 23 Apr 2019 23:26:31 +0200 Subject: [PATCH] Typo (#1307) - fixes a typo in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e2d0aa..282b27a 100644 --- a/README.md +++ b/README.md @@ -756,7 +756,7 @@ Every single built-in component's props can be dynamically extended using any on /> ``` -If used, **a callback prop must return an valid object**, even if it's an empty one. +If used, **a callback prop must return a valid object**, even if it's an empty one. These callbacks are executed with each render of the element with four parameters: