Merge pull request #3585 from tanjunchen/fix-up-spelling-mistake

fix-up spelling mistake
This commit is contained in:
Michael Crosby 2019-08-27 08:51:33 -04:00 committed by GitHub
commit cbfff2fb78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@ Current supported schemes for logging are:
* file - Linux & Windows
* npipe - Windows
Binary logging has the abilty to forward a container's STDIO to an external binary for consumption.
Binary logging has the ability to forward a container's STDIO to an external binary for consumption.
A sample logging driver that forwards the container's STDOUT and STDERR to `journald` is:
```go