Skip to content

Commit

Permalink
fix wrong defalut value (#1858)
Browse files Browse the repository at this point in the history
* fix wrong defalut value

Signed-off-by: Xiang Dai <[email protected]>

* fix nits

Signed-off-by: Xiang Dai <[email protected]>

* fix a typo

Signed-off-by: Xiang Dai <[email protected]>
  • Loading branch information
daixiang0 authored and squat committed Dec 13, 2019
1 parent e047e4c commit 3f9aa12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/components/query.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 3f9aa12

Please sign in to comment.