Skip to content

Commit a2ecd44

Browse files
committed
fix typo
1 parent c26190f commit a2ecd44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotcom-rendering/src/components/SubMeta.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export const SubMeta = ({
147147
};
148148
const { links, hasLinks } = createLinks();
149149

150-
const showSindicationButton =
150+
const showSyndicationButton =
151151
format.design !== ArticleDesign.Interactive &&
152152
format.design !== ArticleDesign.Gallery;
153153

@@ -198,7 +198,7 @@ export const SubMeta = ({
198198
/>
199199
</Island>
200200
<div css={syndicationButtonOverrides}>
201-
{showSindicationButton ? (
201+
{showSyndicationButton ? (
202202
<LinkButton
203203
priority="tertiary"
204204
size="xsmall"

0 commit comments

Comments
 (0)