Skip to content

Commit

Permalink
Merge pull request Textualize#118 from NotSoSmartDev/main
Browse files Browse the repository at this point in the history
Fixed README.md typo
  • Loading branch information
willmcgugan authored Sep 26, 2021
2 parents 4bf0475 + 2a67ba6 commit f574294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ SimpleApp.run(log="textual.log")

This app contains a single event handler `on_mount`. The mount event is sent when the app or widget is ready to start processing events, and is typically used for initialization. You may have noticed that `on_mount` is an `async` function. Since Textual is an asynchronous framework we will need this if we need to call most other methods.

The `on_mount` method makes two calls to `self.view.dock` which adds widgets to tht terminal.
The `on_mount` method makes two calls to `self.view.dock` which adds widgets to the terminal.

Here's the first line in the mount handler:

Expand Down

0 comments on commit f574294

Please sign in to comment.