Skip to content

Commit a382bdc

Browse files
authored
docs(text area): fix code editor link (#4093)
1 parent ecb8257 commit a382bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/widgets/text_area.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and a variety of keybindings.
1818

1919
By default, the `TextArea` widget is a standard multi-line input box with soft-wrapping enabled.
2020

21-
If you're interested in editing code, you may wish to use the [`TextArea.code_editor`] convenience constructor.
21+
If you're interested in editing code, you may wish to use the [`TextArea.code_editor`][textual.widgets._text_area.TextArea.code_editor] convenience constructor.
2222
This is a method which, by default, returns a new `TextArea` with soft-wrapping disabled, line numbers enabled, and the tab key behavior configured to insert `\t`.
2323

2424
### Syntax highlighting dependencies

0 commit comments

Comments
 (0)