From d8c1d72975164df6e435499e36ab14b08d32e7fe Mon Sep 17 00:00:00 2001 From: Chalarangelo Date: Sun, 11 Sep 2022 16:08:18 +0300 Subject: [PATCH] Change article type --- blog_posts/javascript-string-to-boolean.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog_posts/javascript-string-to-boolean.md b/blog_posts/javascript-string-to-boolean.md index 5d01440a1..c9044adaf 100644 --- a/blog_posts/javascript-string-to-boolean.md +++ b/blog_posts/javascript-string-to-boolean.md @@ -1,7 +1,7 @@ --- title: "Tip: Convert a string to a boolean" shortTitle: String to boolean -type: story +type: tip tags: javascript,string,boolean,type expertise: beginner author: chalarangelo