docs: Fix typo to some markdown files in /docs.

Signed-off-by: BoWen Yan <loneybw@gmail.com>
This commit is contained in:
BoWen Yan
2019-06-13 15:29:12 +08:00
parent 545e79ae11
commit d15a06b190
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ func (c *Client) NewContainer(ctx context.Context, id string, opts ...NewContain
## Extending the Client
As a consumer of the containerd client you need to be able add your domain specific functionality.
As a consumer of the containerd client you need to be able to add your domain specific functionality.
There are a few ways of doing this, changing the client code, submitting a PR to the containerd client, or forking the client.
These ways of extending the client should only be considered after every other method has been tried.