diff --git a/10_Day_Sets_and_Maps/10_day_Sets_and_Maps.md b/10_Day_Sets_and_Maps/10_day_Sets_and_Maps.md
index 25dafe9..2390949 100644
--- a/10_Day_Sets_and_Maps/10_day_Sets_and_Maps.md
+++ b/10_Day_Sets_and_Maps/10_day_Sets_and_Maps.md
@@ -390,7 +390,7 @@ const b = [3, 4, 5, 7]
 const countries = ['Finland', 'Sweden', 'Norway']
 ```
 
-1. create an empty set
+1. Create an empty set
 2. Create a set containing 0 to 10 using loop
 3. Remove an element from a set
 4. Clear a set