diff --git a/docs/api/usage.md b/docs/api/usage.md index f67f1d5525adfc67858c01df9634ed805f3440c1..92a798733762a24ae73affc01c877c9ff617215a 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.