From 50b2cd4d5b601508a42ddf97e987471731690f60 Mon Sep 17 00:00:00 2001
From: Eileen McNaughton <emcnaughton@wikimedia.org>
Date: Fri, 19 Jul 2019 09:45:56 +1200
Subject: [PATCH] Update docs/api/usage.md

Co-Authored-By: Mikey O'Toole <mikey@mjco.uk>
---
 docs/api/usage.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/api/usage.md b/docs/api/usage.md
index f67f1d55..92a79873 100644
--- a/docs/api/usage.md
+++ b/docs/api/usage.md
@@ -190,7 +190,7 @@ For more details, see
 [Smarty API interface](/api/interfaces.md#smarty-api-interface).
 
 ## Scheduled jobs
-Any api can be configured to be run as a scheduled job. These can be configured in the UI under Administer->System Settings->Scheduled jobs. Usually the api run this way are written with the intent that they be run as scheduled jobs - e.g those with the Job entity or provided by payment processors to run recurring payments.
+Any API call can be configured to be run as a scheduled job. These can be configured in the UI under Administer->System Settings->Scheduled jobs. Usually API calls run this way are written with the intent that they be run as scheduled jobs - e.g those with the Job entity or provided by payment processors to run recurring payments.
 
 
 
-- 
GitLab