From 3be83226659bd32d3fb3a1d1589e0eb145642e76 Mon Sep 17 00:00:00 2001 From: TehBrian <32250137+ItsTehBrian@users.noreply.github.com> Date: Sat, 17 Jul 2021 11:22:38 -0400 Subject: [PATCH] Fix typo in README.adoc --- docs/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.adoc b/docs/README.adoc index 3a123d369..be98294bb 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -617,7 +617,7 @@ https://javadoc.commandframework.cloud/cloud/commandframework/CommandManager.htm in which case you may override the exception handling by using https://javadoc.commandframework.cloud/cloud/commandframework/CommandManager.html#registerExceptionHandler(java.lang.Class,java.util.function.BiConsumer)[CommandManager#registerExceptionHandler]. -ArgumentParseException is a spacial case which makes use of the internal caption +ArgumentParseException is a special case which makes use of the internal caption system. (Nearly) all argument parsers in cloud will throw https://javadoc.commandframework.cloud/cloud/commandframework/exceptions/parsing/ParserException.html[ParserException] on