diff --git a/docs/001_develop/02_server-capabilities/006_core-business-logic-event-handler/index.mdx b/docs/001_develop/02_server-capabilities/006_core-business-logic-event-handler/index.mdx index 9a7df24719..beb3a36a2b 100644 --- a/docs/001_develop/02_server-capabilities/006_core-business-logic-event-handler/index.mdx +++ b/docs/001_develop/02_server-capabilities/006_core-business-logic-event-handler/index.mdx @@ -170,7 +170,7 @@ A successful event can also send data back to the client as part of an `ack`. A ### `nack` -A nack statement signifies that an event failed. This is ypically sent during `onValidate` and sometimes during `onEvent`. +A nack statement signifies that an event failed. This is typically sent during `onValidate` and sometimes during `onEvent`. It can take a string argument, which is the error message passed back to the client.