Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
schlamar committed May 7, 2014
1 parent ed7b4cc commit 44b0aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask/cli.py
Expand Up @@ -290,7 +290,7 @@ def set_debug(ctx, value):
help='The port to bind to.')
@click.option('--reload/--no-reload', default=None,
help='Enable or disable the reloader. By default the reloader '
'is active is debug is enabled.')
'is active if debug is enabled.')
@click.option('--debugger/--no-debugger', default=None,
help='Enable or disable the debugger. By default the debugger '
'is active if debug is enabled.')
Expand Down

0 comments on commit 44b0aeb

Please sign in to comment.