We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0a2ce commit afeddbeCopy full SHA for afeddbe
components/Downloads/DownloadList.tsx
@@ -23,7 +23,7 @@ const DownloadList = (props: DownloadListProps) => {
23
<LocalisedLink href={item.link}>{item.text}</LocalisedLink>
24
{item.key === 'shaSums' && (
25
<a href="https://github.com/nodejs/node#verifying-binaries">
26
- <FormattedMessage id="components.downaloadList.links.shaSums.howToVerify" />
+ <FormattedMessage id="components.downloadList.links.shaSums.howToVerify" />
27
</a>
28
)}
29
</li>
0 commit comments