From 1489fd78211ade5ff7d6267be82acd36b7ffd1ae Mon Sep 17 00:00:00 2001
From: mihilt <kwschic@gmail.com>
Date: Wed, 27 Apr 2022 21:56:30 +0900
Subject: [PATCH] fix typo

---
 Polish/readMe.md | 2 +-
 readMe.md        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Polish/readMe.md b/Polish/readMe.md
index b032cf2..1e225f6 100644
--- a/Polish/readMe.md
+++ b/Polish/readMe.md
@@ -594,7 +594,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**
 
diff --git a/readMe.md b/readMe.md
index 65eaaf2..cefeb69 100644
--- a/readMe.md
+++ b/readMe.md
@@ -603,7 +603,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**