Skip to content

Commit

Permalink
fix: grammar warning
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Oct 16, 2023
1 parent a5a7e7b commit caf353b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/overview/component/mirror-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ The following is an overview of the process for each request.

- Insert Request

- If the target host return a status of `ALREADY_EXISTS`, the Update request is sent to this host.
- If the target host returns a status of `ALREADY_EXISTS`, the Update request is sent to this host.
- If all target hosts return a status of `ALREADY_EXISTS`, the Mirror Gateway returns `ALREADY_EXISTS`.
- If all target hosts return a status of `OK` or `ALREADY_EXISTS`, the Mirror Gateway returns `OK`.

- Update Request

- If the target host return a status of `NOT_FOUND`, the Insert request is sent to this host.
- If the target host returns a status of `NOT_FOUND`, the Insert request is sent to this host.
- If all target hosts return a status of `ALREADY_EXISTS`, the Mirror Gateway returns `ALREADY_EXISTS`.
- If all target hosts return a status of `OK` or `ALREADY_EXISTS`, the Mirror Gateway returns `OK`.

Expand Down

0 comments on commit caf353b

Please sign in to comment.