diff --git a/05_Day_Props/05_props.md b/05_Day_Props/05_props.md index 255ba7b..97589ae 100644 --- a/05_Day_Props/05_props.md +++ b/05_Day_Props/05_props.md @@ -56,7 +56,7 @@ const getUserInfo = (firstName, lastName, country) => { return `${firstName} ${lastName}. Lives in ${country}.` } -// calling a functons +// calling a function getUserInfo('Asabeneh', 'Yeteyeh', 'Finland')