From 07ed60369300b9821ae917377e4873a0ef728c2a Mon Sep 17 00:00:00 2001 From: Manas <118095682+codewithmanas@users.noreply.github.com> Date: Sun, 22 Jan 2023 17:40:18 +0530 Subject: [PATCH] fix:basic typo fixes basic typo fixes in the README.md file --- readMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readMe.md b/readMe.md index c940813..2d10914 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**