diff --git a/docs/Dispatcher.md b/docs/Dispatcher.md index 740c5e6f1806fa..26115af13b008a 100644 --- a/docs/Dispatcher.md +++ b/docs/Dispatcher.md @@ -28,7 +28,7 @@ Waits for the callbacks specified to be invoked before continuing execution of t - **dispatch(object payload): void** Dispatches a payload to all registered callbacks. -- **isDispatching(): void** Is this Dispatcher currently dispatching. +- **isDispatching(): boolean** Is this Dispatcher currently dispatching. ## Example