diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-19 06:46:02 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-19 06:46:02 +0800 |
commit | bdbf48f983350e110212cb525407bae09655bb7f (patch) | |
tree | 4c52e981446170593819b9375d76005798292428 /src | |
parent | 4afe0acb668247f28f29c5a7e3e0e55e134ae2ec (diff) | |
download | SoopyV2-bdbf48f983350e110212cb525407bae09655bb7f.tar.gz SoopyV2-bdbf48f983350e110212cb525407bae09655bb7f.tar.bz2 SoopyV2-bdbf48f983350e110212cb525407bae09655bb7f.zip |
fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/features/changeLogGUI/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/changeLogGUI/index.js b/src/features/changeLogGUI/index.js index 914b2a7..47634f7 100644 --- a/src/features/changeLogGUI/index.js +++ b/src/features/changeLogGUI/index.js @@ -56,7 +56,7 @@ class ChangeLogGui extends Feature { ChatLib.chat("§r") ChatLib.chat("&1" + ChatLib.getChatBreak("-").trim()) - ChatLib.chat(" &6New SoopyV2 Version is avalible (" + version + ")") + ChatLib.chat(" &6New SoopyV2 Version is available (" + version + ")") ChatLib.chat("§r§r") new TextComponent(" &e[CLICK] &7- View changelog and download update").setHover("show_text", "&2Open changelog").setClick("run_command", "/soopyv2 changelog").chat() ChatLib.chat("&1" + ChatLib.getChatBreak("-").trim()) |