From 9ff68e642d937d2d660de9bcf1d240e5198ae502 Mon Sep 17 00:00:00 2001 From: Martin Bohal Date: Tue, 13 Feb 2024 09:11:50 +0100 Subject: [PATCH] Update src/components/_helpers/transferProps.js Co-authored-by: Adam Kudrna --- src/components/_helpers/transferProps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/_helpers/transferProps.js b/src/components/_helpers/transferProps.js index 89f66a99..87d11eb5 100644 --- a/src/components/_helpers/transferProps.js +++ b/src/components/_helpers/transferProps.js @@ -5,7 +5,7 @@ * It enables making the component interactive and helps improve its accessibility. However some props should * never be passed to the HTML element as it would break things. This function is used to filter out such props. * - * When run in development mode the function will log error to the console if any invalid props are passed. + * When run in development mode, the function will log the error to the console if any invalid props are passed. * * @param props The props that were passed tot he React component * @returns The props to be passed to the HTML element