Fix typo in Kourend Library config

This commit is contained in:
Ryan Bohannon
2019-02-05 19:08:30 -07:00
parent 6c1f924f6e
commit 1eea0c3811

View File

@@ -36,7 +36,7 @@ public interface KourendLibraryConfig extends Config
@ConfigItem(
keyName = "hideButton",
name = "Hide when outside of the library",
description = "Don't show the button in the sidebar when your not in the library"
description = "Don't show the button in the sidebar when you're not in the library"
)
default boolean hideButton()
{