diff --git a/pages/common/column.md b/pages/common/column.md index eaac13115d..48ca6f0f89 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 {{,}}`