From d9e2d6437a87e9262e6047eb2b4c7888de5e10c3 Mon Sep 17 00:00:00 2001 From: Shambhavi Singh <51050131+Shambhavi-Singh@users.noreply.github.com> Date: Tue, 22 Nov 2022 11:23:11 +0530 Subject: [PATCH] Update readMe.md --- 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**