docs(compound example): fix typo (#1984)
This commit is contained in:
parent
928ab661f7
commit
e95a65fa56
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class CompoundApp(App):
|
|||
"""
|
||||
|
||||
def compose(self) -> ComposeResult:
|
||||
yield InputWithLabel("Fist Name")
|
||||
yield InputWithLabel("First Name")
|
||||
yield InputWithLabel("Last Name")
|
||||
yield InputWithLabel("Email")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue