Skip to content

Commit

Permalink
Merge pull request #588 from shibomb/fix/example-related-references-t…
Browse files Browse the repository at this point in the history
…itle

Fix: The “Related Reference” section title of the example pages for i18n
  • Loading branch information
limzykenneth authored Oct 8, 2024
2 parents a4bd3b5 + 2872925 commit d24bb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/ExampleLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const { Content } = await example.render();
{
relatedReferences.length > 0 ? (
<RelatedItems
title={t("Related Reference") as string}
title={t("Related References") as string}
items={relatedReferences}
/>
) : null
Expand Down

0 comments on commit d24bb80

Please sign in to comment.