Skip to content

Commit

Permalink
Fix "transparency" typo (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored Feb 13, 2025
1 parent 8e3fcf2 commit 844167b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/screenshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Options:
together with '--scale-factor'.
--omit-background Omit the default browser background from the
shot, making it possible take advantage of
transparence. Does not work with JPEGs or when
transparency. Does not work with JPEGs or when
using --quality.
--quality INTEGER Save as JPEG with this quality, e.g. 80
--wait INTEGER Wait this many milliseconds before taking the
Expand Down
2 changes: 1 addition & 1 deletion shot_scraper/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,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(
Expand Down

0 comments on commit 844167b

Please sign in to comment.