From eeda679e35ed025ba6c38f6b6f09a138f72b7240 Mon Sep 17 00:00:00 2001 From: Isabelle Viktoria Maciohsek Date: Fri, 19 Aug 2022 10:49:14 +0300 Subject: [PATCH] Update javascript-boolean-trap.md --- blog_posts/javascript-boolean-trap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog_posts/javascript-boolean-trap.md b/blog_posts/javascript-boolean-trap.md index 0caa21931..da160fdbc 100644 --- a/blog_posts/javascript-boolean-trap.md +++ b/blog_posts/javascript-boolean-trap.md @@ -6,7 +6,7 @@ tags: javascript,function,type,boolean expertise: advanced author: chalarangelo cover: blog_images/lighthouse.jpg -excerpt: Boolean traps can cause readabiltiy and maintainability issues in your code. Learn what they are, how to spot and fix them in this article. +excerpt: Boolean traps can cause readability and maintainability issues in your code. Learn what they are, how to spot and fix them in this article. firstSeen: 2021-07-11T05:00:00-04:00 ---