From 10d25866961db1ed2a8d55289ba363d0782dae19 Mon Sep 17 00:00:00 2001 From: Mikey O'Toole <mikey@mjco.uk> Date: Tue, 22 Oct 2019 20:52:42 +0100 Subject: [PATCH] Typo correction. --- docs/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/index.md b/docs/api/index.md index ebc737d1..76c86aa9 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -31,7 +31,7 @@ From the API explorer, you can get documentation on how to construct your API qu ## API Examples (APIv3 Only) -Within the API Explorer you will be able to attain an example of the code that you should write to call the API. In APIv3, you can also access epscific examples of some API calls from the Examples tab within the explorer. You can also [explore these examples on GitHub](https://github.com/civicrm/civicrm-core/tree/master/api/v3/examples). +Within the API Explorer you will be able to attain an example of the code that you should write to call the API. In APIv3, you can also access specific examples of some API calls from the Examples tab within the explorer. You can also [explore these examples on GitHub](https://github.com/civicrm/civicrm-core/tree/master/api/v3/examples). ### API examples in your extensions -- GitLab