chore: fix grammar

main
sudo pacman -Syu 2023-06-10 12:06:46 +07:00
parent 864fc12267
commit c7a5947ce8
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@
the same time, he re-call API upload to upload another image too.
</p>
<p>
So if API upload is finised first, which is kinda impossible (u know
So if API upload is finished first, which is kinda impossible (U know
upload file is not fast right?), everything right. But for most cases, API
submit is finished first. It means Trong's data is submitted with the old
image. Then API upload is finished, it will replace the old image with the

View File

@ -30,7 +30,7 @@ Imagine user Trong already upload image.
So he is ready to submit.
But for the same time, he re-call API upload to upload another image too.
So if API upload is finised first, which is kinda impossible (u know upload file is not fast right?), everything right.
So if API upload is finished first, which is kinda impossible (U know upload file is not fast right?), everything right.
But for most cases, API submit is finished first.
It means Trong's data is submitted with the old image.
Then API upload is finished, it will replace the old image with the new one.So the old one, aka image in submitted data, is gone.