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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>
);
};