Typo fix: synchornous -> synchronous (#7177)

This commit is contained in:
JounQin
2018-02-01 20:22:05 +08:00
committed by k8s-ci-robot
parent 75702ccc34
commit 73c8b5431c
@@ -57,7 +57,7 @@ In a Declarative API, typically:
Imperative APIs are not declarative.
Signs that your API might not be declarative include:
- The client says "do this", and then gets a synchornous response back when it is done.
- The client says "do this", and then gets a synchronous response back when it is done.
- The client says "do this", and then gets an operation ID back, and has to check a separate Operation objects to determine completion of the request.
- You talk about Remote Procedure Calls (RPCs).
- Directly storing large amounts of data (e.g. > a few kB per object, or >1000s of objects).