From c4a3cb167f2e10bb7dbd6d564f34c2a41726c110 Mon Sep 17 00:00:00 2001 From: Abhishek Shah Date: Fri, 12 Jan 2024 16:34:16 +0530 Subject: [PATCH] Update 05_props.md Spell mistake. --- 05_Day_Props/05_props.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')