Skip to content

Commit

Permalink
update sentence case
Browse files Browse the repository at this point in the history
  • Loading branch information
john-rock committed Oct 18, 2024
1 parent d4e14a1 commit a003e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/quickstartGuideList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function QuickstartList({ quickstartData }) {
// The value of the tag must match a tag in the frontmatter of the guides in order for the filter to apply after clicking
const heroCTAs = [
{
title: 'Quickstart Guides',
title: 'Quickstart guides',
value: 'Quickstart'
},
{
Expand Down

0 comments on commit a003e39

Please sign in to comment.