diff --git a/shot_scraper/cli.py b/shot_scraper/cli.py index 3fcbd07..43322ce 100644 --- a/shot_scraper/cli.py +++ b/shot_scraper/cli.py @@ -209,7 +209,7 @@ def cli(): @click.option( "--omit-background", is_flag=True, - help="Omit the default browser background from the shot, making it possible take advantage of transparence. Does not work with JPEGs or when using --quality.", + help="Omit the default browser background from the shot, making it possible take advantage of transparency. Does not work with JPEGs or when using --quality.", ) @click.option("--quality", type=int, help="Save as JPEG with this quality, e.g. 80") @click.option(