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

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