Skip to content

Commit

Permalink
Correct "it's" to "its" in first-item.md (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
CeruleanDerpo authored Oct 7, 2024
1 parent 16248bc commit b5897aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/items/first-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ However, it's missing the following:

The item currently doesn't have a translation, so you will need to add one. The translation key has already been provided by Minecraft: `item.mod_id.suspicious_substance`.

Create a new JSON file at: `src/main/resources/assets/<mod id here>/lang/en_us.json` and put in the translation key, and it's value:
Create a new JSON file at: `src/main/resources/assets/<mod id here>/lang/en_us.json` and put in the translation key, and its value:

```json
{
Expand Down

0 comments on commit b5897aa

Please sign in to comment.