aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLulonaut <lulonaut@tutanota.de>2021-09-07 18:39:16 +0200
committerLulonaut <lulonaut@tutanota.de>2021-09-07 18:39:16 +0200
commit5dff658657c24581a6dc30f2b5a4785bde96b8ac (patch)
tree0d65762d67250e874c5750437620c7297c5718cb /src
parentf47adcd23a55bc8e774d33f3725461599c3232c6 (diff)
downloadNotEnoughUpdates-5dff658657c24581a6dc30f2b5a4785bde96b8ac.tar.gz
NotEnoughUpdates-5dff658657c24581a6dc30f2b5a4785bde96b8ac.tar.bz2
NotEnoughUpdates-5dff658657c24581a6dc30f2b5a4785bde96b8ac.zip
fix typo in config Description
Diffstat (limited to 'src')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java
index c8515ad1..9d0814d5 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java
@@ -46,7 +46,7 @@ public class ItemOverlays {
@Expose
@ConfigOption(
name = "Enable Monkey Pet Check",
- desc = "Will check use the API to check what pet you're using\nto determine the cooldown based off of if you have monkey pet."
+ desc = "Will check using the API to check what pet you're using\nto determine the cooldown based off of if you have a monkey pet."
)
@ConfigEditorBoolean
@ConfigAccordionId(id = 0)