From d4950d25d861e9e189e210e953d5006a00a83f7c Mon Sep 17 00:00:00 2001 From: Aseer KT <98734275+aseer-ws@users.noreply.github.com> Date: Fri, 25 Feb 2022 18:45:15 +0530 Subject: [PATCH] Update mock-queries.md --- docs/docs/mock-queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/mock-queries.md b/docs/docs/mock-queries.md index f6aa926..3078a16 100644 --- a/docs/docs/mock-queries.md +++ b/docs/docs/mock-queries.md @@ -39,7 +39,7 @@ Option | Type | Description ## Query handlers -Query results can be generated using query handlers. When multiple handlers are added to the QueryInterface, they will be called in order until one of them returns a valud result. If no handler returns a result, then QueryInterface will get the value from the list of queued results. +Query results can be generated using query handlers. When multiple handlers are added to the QueryInterface, they will be called in order until one of them returns a valid result. If no handler returns a result, then QueryInterface will get the value from the list of queued results. The handler will receive two arguments