From d48f3bad70b8099f265623ae6e73278ecd453515 Mon Sep 17 00:00:00 2001 From: Kris Koishigawa Date: Fri, 17 Dec 2021 20:58:46 +0900 Subject: [PATCH] fix: preformatted block names and help category map --- client/utils/help-category-map.json | 2 +- utils/preformatted-block-names.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/utils/help-category-map.json b/client/utils/help-category-map.json index 547910906f..7e70f99142 100644 --- a/client/utils/help-category-map.json +++ b/client/utils/help-category-map.json @@ -86,5 +86,5 @@ "learn-css-transforms-by-building-a-penguin": "HTML-CSS", "learn-typography-by-building-a-nutrition-label": "HTML-CSS", "learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": "HTML-CSS", - "learn-css-colors-by-building-a-colored-markers-set": "HTML-CSS" + "learn-css-colors-by-building-a-color-markers-set": "HTML-CSS" } diff --git a/utils/preformatted-block-names.json b/utils/preformatted-block-names.json index 9fee50628c..2427d6e57a 100644 --- a/utils/preformatted-block-names.json +++ b/utils/preformatted-block-names.json @@ -30,7 +30,7 @@ "learn-responsive-web-design-by-building-a-piano": "Learn Responsive Web Design by Building a Piano", "learn-the-css-box-model-by-building-a-rothko-painting": "Learn the CSS Box Model by Building a Rothko Painting", "learn-typography-by-building-a-nutrition-label": "Learn Typography by Building a Nutrition Label", - "learn-css-colors-by-building-a-colored-markers-set": "Learn CSS Colors by Building a Colored Markers Set", + "learn-css-colors-by-building-a-color-markers-set": "Learn CSS Colors by Building a Color Markers Set", "machine-learning-with-python": "Machine Learning with Python", "mongodb-and-mongoose": "MongoDB and Mongoose", "scientific-computing-with-python": "Scientific Computing with Python",