Skip to content

Commit b8d3303

Browse files
mbohaladamkudrna
andauthored
Update src/components/_helpers/transferProps.js
Co-authored-by: Adam Kudrna <[email protected]>
1 parent 9ff68e6 commit b8d3303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/_helpers/transferProps.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* When run in development mode, the function will log the error to the console if any invalid props are passed.
99
*
10-
* @param props The props that were passed tot he React component
10+
* @param props The props that were passed to the React component
1111
* @returns The props to be passed to the HTML element
1212
*/
1313
export const transferProps = (props) => {

0 commit comments

Comments
 (0)