diff --git a/dash/dash.py b/dash/dash.py index e0bce04a67..0c08abe64c 100644 --- a/dash/dash.py +++ b/dash/dash.py @@ -550,7 +550,7 @@ def __init__( # pylint: disable=too-many-statements if long_callback_manager: warnings.warn( DeprecationWarning( - "`long_callback_manager` is deprecated and will be remove in dash 3.0, " + "`long_callback_manager` is deprecated and will be remove in Dash 3.0, " "use `background_callback_manager` instead." ) )