Skip to content

Commit 667195f

Browse files
authored
Merge pull request #3339 from YLonely/typo-fix
docs: Fix typo to some markdown files in /docs.
2 parents 545e79a + d15a06b commit 667195f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/client-opts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func (c *Client) NewContainer(ctx context.Context, id string, opts ...NewContain
1919

2020
## Extending the Client
2121

22-
As a consumer of the containerd client you need to be able add your domain specific functionality.
22+
As a consumer of the containerd client you need to be able to add your domain specific functionality.
2323
There are a few ways of doing this, changing the client code, submitting a PR to the containerd client, or forking the client.
2424
These ways of extending the client should only be considered after every other method has been tried.
2525

docs/man/containerd.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ containerd [global options] command [command options] [arguments...]
1313

1414
**containerd** is a high performance container runtime whose daemon can be started
1515
by using this command. If none of the *config*, *publish*, or *help* commands
16-
are specified the default action of the **containerd** command is to start the
16+
are specified, the default action of the **containerd** command is to start the
1717
containerd daemon in the foreground.
1818

1919
A default configuration is used if no TOML configuration is specified or located

docs/man/ctr.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ctr - command line for containerd
1212

1313
**ctr** is an unsupported debug and administrative client for interacting
1414
with the containerd daemon. Because it is unsupported, the commands,
15-
options, and operation are not guaranteed to be backward compatible or
15+
options, and operations are not guaranteed to be backward compatible or
1616
stable from release to release of the containerd project.
1717

1818
## OPTIONS

0 commit comments

Comments
 (0)