From ff15781dd82800543c275b98201869abb742d128 Mon Sep 17 00:00:00 2001 From: Edgar Barrantes Date: Tue, 4 Dec 2018 01:20:19 -0600 Subject: [PATCH] Fix typo --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 819f2d3ef0e..7aa05cca499 100644 --- a/docs/API.md +++ b/docs/API.md @@ -72,7 +72,7 @@ The bounties endpoint provides a listing of bounties and their current status. T **Filters** -You can filter the data returned from the API buy providing these keys as URL parameters `experience_level`, `project_length`, `bounty_type`, `bounty_owner_address`, `is_open`, and `github_url`. `github_url` can take a comma-seperated list of GitHub urls +You can filter the data returned from the API by providing these keys as URL parameters `experience_level`, `project_length`, `bounty_type`, `bounty_owner_address`, `is_open`, and `github_url`. `github_url` can take a comma-seperated list of GitHub urls **Order By**