Skip to content

Commit

Permalink
wording [skipci]
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jan 4, 2024
1 parent 1cfe70c commit 3193d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/screens.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Let's look at an example that uses `push_screen_wait` to ask a question and wait

1. Dismiss with `True` when pressing the Yes button.
2. Dismiss with `False` when pressing the No button.
3. The `work` decorator will make this method run asynchronously.
3. The `work` decorator will make this method run in a worker (background task).
4. Will return a result when the user clicks one of the buttons.


Expand Down

0 comments on commit 3193d0c

Please sign in to comment.