From 6b176b7a41f69fb75da86a59efb0a4fdedd8d47a Mon Sep 17 00:00:00 2001 From: Dipika Bhattacharya Date: Thu, 26 Oct 2023 13:58:15 -0400 Subject: [PATCH 1/2] updates link to nesting --- build/spas.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/spas.ts b/build/spas.ts index 84de0734a962..1cd7480fc8bc 100644 --- a/build/spas.ts +++ b/build/spas.ts @@ -34,7 +34,7 @@ const FEATURED_ARTICLES = [ "blog/regular-expressions-reference-updates/", "blog/aria-accessibility-html-landmark-roles/", "docs/Web/API/Performance_API", - "docs/Web/CSS/font-palette", + "docs/Web/CSS/CSS_nesting", ]; const contributorSpotlightRoot = CONTRIBUTOR_SPOTLIGHT_ROOT; From 2a25b39cae8848fe5f2a8dc7225614df1aa6ce36 Mon Sep 17 00:00:00 2001 From: Dipika Bhattacharya Date: Thu, 26 Oct 2023 14:00:41 -0400 Subject: [PATCH 2/2] updates to sentence casing --- client/src/homepage/featured-articles/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/homepage/featured-articles/index.tsx b/client/src/homepage/featured-articles/index.tsx index 5a1c8b84300d..2db97f9216bf 100644 --- a/client/src/homepage/featured-articles/index.tsx +++ b/client/src/homepage/featured-articles/index.tsx @@ -25,7 +25,7 @@ export default function FeaturedArticles(props: HydrationData) { return hyData?.featuredArticles.length ? (
-

Featured Articles

+

Featured articles

{hyData.featuredArticles.map((article) => { return (