From a9954fa88e87e84816d9bd1ebdf63a20d269fd70 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sat, 17 Feb 2024 07:38:26 +0100 Subject: [PATCH 1/2] fix typos --- docs/providers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/providers.md b/docs/providers.md index 4ead34f5..5eb12796 100644 --- a/docs/providers.md +++ b/docs/providers.md @@ -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 From 4a8ec36fc8158e03265edabbd02160ea6ccb67eb Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sat, 17 Feb 2024 07:39:04 +0100 Subject: [PATCH 2/2] fix typo --- docs/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dependencies.md b/docs/dependencies.md index 513dc61e..6bf187a3 100644 --- a/docs/dependencies.md +++ b/docs/dependencies.md @@ -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.