From 8266a3c5e7d7150fa323975e72f8adff0b52c11e Mon Sep 17 00:00:00 2001 From: chentanjun <2799194073@qq.com> Date: Tue, 27 Aug 2019 11:29:08 +0800 Subject: [PATCH] fix-up spelling mistake Signed-off-by: chentanjun <2799194073@qq.com> --- runtime/v2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/v2/README.md b/runtime/v2/README.md index 51dcafafa..76d30373f 100644 --- a/runtime/v2/README.md +++ b/runtime/v2/README.md @@ -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