From c75ddcaaf3370f7bc8658048cfc915c56f7b12f7 Mon Sep 17 00:00:00 2001 From: Kanakun Date: Thu, 17 Nov 2022 20:27:54 -0800 Subject: [PATCH] Fix: Typo Line 607 from -> The nameOfVriable is the name that stores different data of value. See below for detail examples. to -> The nameOfVariable is the name that stores different data of value. See below for detail examples. --- 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**