From 0ddc0b1b54a49f5443423b0bb6731db407b2b56a Mon Sep 17 00:00:00 2001 From: Ryan Wilson-Perkin Date: Tue, 29 Jan 2019 17:04:46 -0500 Subject: [PATCH] Fix small typo Noticed a typo in this markdown file: "instead" instead of "in stead" Signed-off-by: Ryan Wilson-Perkin (cherry picked from commit 7a9fc782c52be1e03a0e5d3bb05ec55325d14caa) Signed-off-by: Sebastiaan van Stijn Upstream-commit: 1d314f2227e5d387c93ea35541742c616cff5fd9 Component: cli --- components/cli/docs/reference/commandline/stats.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/cli/docs/reference/commandline/stats.md b/components/cli/docs/reference/commandline/stats.md index 702e99a92c..44334254c3 100644 --- a/components/cli/docs/reference/commandline/stats.md +++ b/components/cli/docs/reference/commandline/stats.md @@ -171,5 +171,5 @@ On Windows: "table {{.ID}}\t{{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}\t{{.NetIO}}\t{{.BlockIO}}" -> **Note**: On Docker 17.09 and older, the `{{.Container}}` column was used, in -> stead of `{{.ID}}\t{{.Name}}`. +> **Note**: On Docker 17.09 and older, the `{{.Container}}` column was used, +> instead of `{{.ID}}\t{{.Name}}`.