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