Fix typo in download installer modal (#7195)

This commit is contained in:
Zach Wasserman
2022-08-16 12:03:22 -07:00
committed by GitHub
parent b365016f67
commit e299cc41f1
@@ -196,7 +196,7 @@ const DownloadInstallers = ({
<div className={`${baseClass}__success`}>
<img src={SuccessIcon} alt="download successful" />
<h2>You&rsquo;re almost there</h2>
<p>{`Run the installer on a ${installerPlatform}laptop, workstation, or sever to add it to Fleet.`}</p>
<p>{`Run the installer on a ${installerPlatform}laptop, workstation, or server to add it to Fleet.`}</p>
<Button onClick={onCancel}>Got it</Button>
{form}
</div>