Skip to content

Commit

Permalink
Fix small typos (#57)
Browse files Browse the repository at this point in the history
* Fix "scarper" typo

* Fix "screnshots" typo
  • Loading branch information
StevenMaude authored Apr 8, 2022
1 parent 2e3c360 commit 4dc9c36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Options:

## Websites that need authentication

If you want to take screnshots of a site that has some form of authentication, you will first need to authenticate with that website manually.
If you want to take screenshots of a site that has some form of authentication, you will first need to authenticate with that website manually.

You can do that using the `shot-scraper auth` command:

Expand Down Expand Up @@ -418,7 +418,7 @@ Usage: shot-scraper pdf [OPTIONS] URL

Use -o to specify a filename:

shot-scarper pdf https://datasette.io/ -o datasette.pdf
shot-scraper pdf https://datasette.io/ -o datasette.pdf

Options:
-a, --auth FILENAME Path to JSON authentication context file
Expand Down
2 changes: 1 addition & 1 deletion shot_scraper/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def pdf(url, auth, output, javascript, wait, media_screen, landscape):
Use -o to specify a filename:
shot-scarper pdf https://datasette.io/ -o datasette.pdf
shot-scraper pdf https://datasette.io/ -o datasette.pdf
"""
url = url_or_file_path(url, _check_and_absolutize)
if output is None:
Expand Down

0 comments on commit 4dc9c36

Please sign in to comment.