From 7a9fc782c52be1e03a0e5d3bb05ec55325d14caa 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 --- docs/reference/commandline/stats.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/commandline/stats.md b/docs/reference/commandline/stats.md index 702e99a92c..44334254c3 100644 --- a/docs/reference/commandline/stats.md +++ b/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}}`.