Fix software page typo (#20307)

This commit is contained in:
Luke Heath
2024-07-10 11:46:31 -07:00
committed by GitHub
parent 325f5571af
commit fcb9aec7e3
@@ -24,7 +24,7 @@ const UploadingSoftware = () => {
return (
<div className={`${baseClass}__uploading-message`}>
<Spinner centered={false} />
<p>Uploading. It may take few minutes to finish.</p>
<p>Uploading. It may take a few minutes to finish.</p>
</div>
);
};