From b86b810227163988f7cf314fc001a5e10a274d61 Mon Sep 17 00:00:00 2001 From: Chalarangelo Date: Thu, 16 Jun 2022 21:13:03 +0300 Subject: [PATCH] Fix typo --- blog_posts/js-replace-all-occurences-of-string.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blog_posts/js-replace-all-occurences-of-string.md b/blog_posts/js-replace-all-occurences-of-string.md index 6dbfeb92c..9847bdfc4 100644 --- a/blog_posts/js-replace-all-occurences-of-string.md +++ b/blog_posts/js-replace-all-occurences-of-string.md @@ -1,13 +1,13 @@ --- -title: Replace all occurences of a string in JavaScript -shortTitle: Replace all occurences of a string +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 author: chalarangelo cover: blog_images/blue-computer.jpg -excerpt: If you need to replace all occurences of a string in JavaScript, you have a couple of options. +excerpt: If you need to replace all occurrences of a string in JavaScript, you have a couple of options. firstSeen: 2022-07-03T05:00:00-04:00 ---