Skip to content

Commit 19d0b57

Browse files
authored
📚 [Text] Fix typo (#262)
1 parent 9acc66e commit 19d0b57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/man/text/text_backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ the output.
2525
`alignment_anchor_regex` will also be applied to the summary rows.
2626
(**Default** = `false`)
2727
- `auto_wrap::Bool`: If `true`, the text will be wrapped on spaces to fit the column. Notice
28-
that this function requires `linebreaks = true` and the column must have a fixed size (see
28+
that this function requires `line_breaks = true` and the column must have a fixed size (see
2929
`fixed_data_column_widths`).
3030
(**Default** = `false`)
3131
- `column_label_width_based_on_first_line_only::Bool`: If `true`, the column label width is

src/backends/text/documentation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ the output.
3232
`alignment_anchor_regex` will also be applied to the summary rows.
3333
(**Default** = `false`)
3434
- `auto_wrap::Bool`: If `true`, the text will be wrapped on spaces to fit the column. Note
35-
that this function requires `linebreaks = true` and the column must have a fixed size
35+
that this function requires `line_breaks = true` and the column must have a fixed size
3636
(see `fixed_data_column_widths`).
3737
(**Default** = `false`)
3838
- `column_label_width_based_on_first_line_only::Bool`: If `true`, the column label width is

0 commit comments

Comments
 (0)