Fix two typos & clarify some wording (#147)

* Fix two typos

* Clarify a bit of wording
This commit is contained in:
Emma
2021-03-31 21:59:29 -04:00
committed by GitHub
parent af8fc53704
commit 7d7377ab15
2 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
We implemented <span>fast and adaptable</span> search algorithms so We implemented <span>fast and adaptable</span> search algorithms so
you don't have to wait, while creating a responsive interface that you don't have to wait, while creating a responsive interface that
makes sense. Modrinth is full of elegant mod discovery and a platform makes sense. Modrinth is full of elegant mod discovery and a platform
platform which just works. which just works.
</p> </p>
</div> </div>
<div class="right hero-image"> <div class="right hero-image">

View File

@@ -17,7 +17,8 @@
<label> <label>
<span> <span>
The ID of the item you are reporting. For example, the item ID of a The ID of the item you are reporting. For example, the item ID of a
mod would be it's mod ID. mod would be its mod ID, found on the right side of that mod's page
under "Project ID".
</span> </span>
<input v-model="itemId" type="text" placeholder="Enter the Item ID" /> <input v-model="itemId" type="text" placeholder="Enter the Item ID" />
</label> </label>