Skip to content

Commit

Permalink
Update src/components/_helpers/transferProps.js
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Kudrna <[email protected]>
  • Loading branch information
mbohal and adamkudrna authored Feb 13, 2024
1 parent 468ba09 commit 9ff68e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/_helpers/transferProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ff68e6

Please sign in to comment.