From f2d4dbc17c4acd6d8598348eddaa909e87d0c31e Mon Sep 17 00:00:00 2001 From: kata tanej kumar <37501348+Tanej98@users.noreply.github.com> Date: Mon, 15 Aug 2022 15:28:17 +0530 Subject: [PATCH] Update readMe.md Typo --- readMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readMe.md b/readMe.md index 8fc639c..2c1170d 100644 --- a/readMe.md +++ b/readMe.md @@ -604,7 +604,7 @@ Let us declare variables with different data types. To declare a variable, we ne let nameOfVariable = value ``` -The nameOfVriable is the name that stores different data of value. See below for detail examples. +The nameOfVariable is the name that stores different data of value. See below for detail examples. **Examples of declared variables**