Grammar fix.

This commit is contained in:
Jayden Seric 2017-07-08 19:31:50 +10:00
parent 409d1919c9
commit 232eb10b7c

View File

@ -20,7 +20,7 @@ const HomePage = () =>
</Head>
<h1>Apollo upload examples</h1>
<Section heading="Single file upload">
<p>Select an file to upload and view the response in the console.</p>
<p>Select a file to upload and view the response in the console.</p>
<SingleUploader />
</Section>
<Section heading="Multiple file upload">