Skip to content

Commit

Permalink
chore(featured-articles): font-palette -> nesting (#9892)
Browse files Browse the repository at this point in the history
* updates link to nesting

* updates to sentence casing
  • Loading branch information
dipikabh authored Oct 26, 2023
1 parent 90c868e commit d1f6bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/spas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion client/src/homepage/featured-articles/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function FeaturedArticles(props: HydrationData<any>) {

return hyData?.featuredArticles.length ? (
<div className="featured-articles">
<h2>Featured Articles</h2>
<h2>Featured articles</h2>
<div className="tile-container">
{hyData.featuredArticles.map((article) => {
return (
Expand Down

0 comments on commit d1f6bf3

Please sign in to comment.