diff --git a/docs/components/query.md b/docs/components/query.md index e566b4cb0d..81c0265f58 100644 --- a/docs/components/query.md +++ b/docs/components/query.md @@ -140,9 +140,9 @@ you might lucky enough that you actually get the correct data as the broken Stor If partial response happen QueryAPI returns human readable warnings explained [here](query.md#custom-response-fields). -Now support two strategy: -* "warn"(defalut) -* "abort" +Now it supports two strategies: +* "warn" +* "abort" (default) NOTE: Having warning does not necessary means partial response (e.g no store matched query warning).