Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
academo committed Jul 14, 2021
1 parent 0c900ed commit e1a763b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from termcolor import colored


@click.command(help="""Run quick checks for your modified files. Useful to run before committing""")
@click.command(help="""Runs quick checks for your modified files. Useful to run before committing""")
@click.option('--skip-tests', default=False, help="Skip running tests", is_flag=True)
@click.option('--skip-stylescheck', default=False, help="Skip running styles check", is_flag=True)
@click.option('--check-types', default=False, help="Runs Typescript types check (if relevant)", is_flag=True)
Expand Down

0 comments on commit e1a763b

Please sign in to comment.