s/fledge/fledged/

This commit is contained in:
Dave Pearson
2022-10-13 15:40:03 +01:00
parent e736611b55
commit da49d19cb7

View File

@@ -82,7 +82,7 @@ Textual knows to *await* your event handlers if they are coroutines (i.e. prefix
Widgets are self-contained components responsible for generating the output for a portion of the screen. Widgets respond to events in much the same way as the App. Most apps that do anything interesting will contain at least one (and probably many) widgets which together form a User Interface.
Widgets can be as simple as a piece of text, a button, or a fully-fledge component like a text editor or file browser (which may contain widgets of their own).
Widgets can be as simple as a piece of text, a button, or a fully-fledged component like a text editor or file browser (which may contain widgets of their own).
### Composing