docs(compound example): fix typo (#1984)

This commit is contained in:
TomJGooding 2023-03-08 17:42:25 +00:00 committed by GitHub
parent 928ab661f7
commit e95a65fa56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")