From 9dcb5e6fa0e339633898360aa618e3cadbf23b7e Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Wed, 31 Mar 2021 18:14:22 +0200 Subject: [PATCH] Apply suggestion from code review Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> --- pages/common/column.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/column.md b/pages/common/column.md index eaac13115..48ca6f0f8 100644 --- a/pages/common/column.md +++ b/pages/common/column.md @@ -12,7 +12,7 @@ `printf "header1 header2\nbar foo\n" | column --table` -- Specify the column delimiter character for the `--table` option (e.g. "," for csv) (defauls to whitespace): +- Specify the column delimiter character for the `--table` option (e.g. "," for csv) (defaults to whitespace): `printf "header1,header2\nbar,foo\n" | column --table --separator {{,}}`