Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #322

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
`camply` is compatible with any Python version >= `3.8`. Here are the current dependencies:

- [click](https://docs.python-requests.org/en/master/)
- The `click` package is used to leverage it's simple Command Line Interface
- The `click` package is used to leverage its simple Command Line Interface
API for camply
- [requests](https://docs.python-requests.org/en/master/)
- The `requests` package is used to fetch data from the APIs of Camping Booking Providers.
Expand Down
4 changes: 2 additions & 2 deletions docs/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Service that lists camping and recreation inventory.

!!! info

Rather than specifiying provider with the **`--provider`** option on the
command line you can also set the **`CAMPLY_PROVIDER`** environnment
Rather than specifying provider with the **`--provider`** option on the
command line you can also set the **`CAMPLY_PROVIDER`** environment
variable.

## Recreation.gov
Expand Down