diff --git a/docs/guide/app.md b/docs/guide/app.md index 4cdc653e6..f1585a5a3 100644 --- a/docs/guide/app.md +++ b/docs/guide/app.md @@ -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