From b8d33037b03b988015bbfa0abc60d8e018fa76b4 Mon Sep 17 00:00:00 2001 From: Martin Bohal Date: Tue, 13 Feb 2024 09:11:55 +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 87d11eb5..df1aa4ff 100644 --- a/src/components/_helpers/transferProps.js +++ b/src/components/_helpers/transferProps.js @@ -7,7 +7,7 @@ * * 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 + * @param props The props that were passed to the React component * @returns The props to be passed to the HTML element */ export const transferProps = (props) => {