Skip to content

Commit

Permalink
fixed writing
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Aug 31, 2021
1 parent eccd6a8 commit 45ec53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def button_increment():
lifecycle = '''### Lifecycle
You can run a function or coroutine on startup as a parallel task by passing it to `ui.on_startup`.
If NiceGui is shut down or restarted, the tasks will be automatically canceled (for example when you make a code change).
If NiceGUI is shut down or restarted, the tasks will be automatically canceled (for example when you make a code change).
You can also execute cleanup code with `ui.on_shutdown`.
'''
with example(lifecycle):
Expand Down

0 comments on commit 45ec53b

Please sign in to comment.