Skip to content

Commit afeddbe

Browse files
fix(download): formatMessage (#5121)
1 parent 4a0a2ce commit afeddbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Downloads/DownloadList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const DownloadList = (props: DownloadListProps) => {
2323
<LocalisedLink href={item.link}>{item.text}</LocalisedLink>
2424
{item.key === 'shaSums' && (
2525
<a href="https://github.com/nodejs/node#verifying-binaries">
26-
<FormattedMessage id="components.downaloadList.links.shaSums.howToVerify" />
26+
<FormattedMessage id="components.downloadList.links.shaSums.howToVerify" />
2727
</a>
2828
)}
2929
</li>

0 commit comments

Comments
 (0)