From 456eb086021856a6092c2a2617e1597e517b0423 Mon Sep 17 00:00:00 2001 From: Charith Jayodya Date: Wed, 28 May 2025 13:44:37 +0530 Subject: [PATCH] fixed typo in nameOfVriable --- readMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readMe.md b/readMe.md index 2445614..f87bbe3 100644 --- a/readMe.md +++ b/readMe.md @@ -614,7 +614,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**