From e103ce27cca7160ee6a16d640a1f0f866c642f94 Mon Sep 17 00:00:00 2001 From: Chalarangelo Date: Mon, 20 Jun 2022 12:22:53 +0300 Subject: [PATCH] Fix broken YAML attribute --- blog_posts/js-replace-all-occurences-of-string.md | 1 - 1 file changed, 1 deletion(-) diff --git a/blog_posts/js-replace-all-occurences-of-string.md b/blog_posts/js-replace-all-occurences-of-string.md index 9847bdfc4..1c209990f 100644 --- a/blog_posts/js-replace-all-occurences-of-string.md +++ b/blog_posts/js-replace-all-occurences-of-string.md @@ -1,7 +1,6 @@ --- title: Replace all occurrences of a string in JavaScript shortTitle: Replace all occurrences of a string -shortTitle: Amazing story type: story tags: javascript,string,regexp expertise: intermediate