From 56482c892fac23a686dbbc4880b722030beefc81 Mon Sep 17 00:00:00 2001 From: Manmilan <97301363+mm-xo@users.noreply.github.com> Date: Mon, 26 Feb 2024 03:18:44 -0600 Subject: [PATCH] fix a typo --- readMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readMe.md b/readMe.md index e58cdbdab..69b3efd68 100644 --- a/readMe.md +++ b/readMe.md @@ -609,7 +609,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**