diff options
| author | joe2far <joe2farrell@gmail.com> | 2016-07-13 15:06:24 +0100 |
|---|---|---|
| committer | joe2far <joe2farrell@gmail.com> | 2016-07-13 15:06:24 +0100 |
| commit | 75258a3392bd59c116df23a7485b52ffe7e49e38 (patch) | |
| tree | 81068f2204fa59b712d78fce54d7e4a0dbd7ee27 /client-package-structure.md | |
| parent | 5248158166bcd4a010ab6cdbe83483c425ffc621 (diff) | |
Fixed several typos
Diffstat (limited to 'client-package-structure.md')
| -rw-r--r-- | client-package-structure.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client-package-structure.md b/client-package-structure.md index 3d1e8505..aaedb2e1 100644 --- a/client-package-structure.md +++ b/client-package-structure.md @@ -198,7 +198,7 @@ sources AND out-of-tree destinations, so it will be useful for consuming out-of-tree APIs and for others to build custom clients into their own repositories. -Typed clients will be constructabale given a ClientMux; the typed constructor will use +Typed clients will be constructable given a ClientMux; the typed constructor will use the ClientMux to find or construct an appropriate RESTClient. Alternatively, a typed client should be constructable individually given a config, from which it will be able to construct the appropriate RESTClient. @@ -342,7 +342,7 @@ changes for multiple releases, to give users time to transition. Once we release a clientset, we will not make interface changes to it. Users of that client will not have to change their code until they are deliberately upgrading their import. We probably will want to generate some sort of stub test -with a clienset, to ensure that we don't change the interface. +with a clientset, to ensure that we don't change the interface. <!-- BEGIN MUNGE: GENERATED_ANALYTICS --> |
