We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c292129 commit 1edf983Copy full SHA for 1edf983
dash/dash.py
@@ -1631,7 +1631,7 @@ def display_content(path):
1631
@staticmethod
1632
def add_startup_route(name, view_func, methods):
1633
"""
1634
- Add a route to the app to be initialized at the end of Dash initialization.
+ Add a route to the app to be initialized at the end of Dash initialization.
1635
Use this if the package requires a route to be added to the app, and you will not need to worry about at what point to add it.
1636
1637
:param name: The name of the route. eg "my-new-url/path".
0 commit comments