diff --git a/03_Day_Booleans_operators_date/03_booleans_operators_date.md b/03_Day_Booleans_operators_date/03_booleans_operators_date.md index bb376ae..40b7e0b 100644 --- a/03_Day_Booleans_operators_date/03_booleans_operators_date.md +++ b/03_Day_Booleans_operators_date/03_booleans_operators_date.md @@ -72,7 +72,7 @@ We agreed that boolean values are either true or false. ### Truthy values -- All numbers(positive and negative) are truthy except zero +- All numbers (positive and negative) are truthy except zero - All strings are truthy except an empty string ('') - The boolean true