From f8571722bbab75d5b9b62d1b6a35638309f4cbcf Mon Sep 17 00:00:00 2001
From: Eileen McNaughton <emcnaughton@wikimedia.org>
Date: Sat, 19 Oct 2019 17:21:38 +1300
Subject: [PATCH] typo

---
 docs/financial/OrderAPI.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/financial/OrderAPI.md b/docs/financial/OrderAPI.md
index 8827c66e..402ad047 100644
--- a/docs/financial/OrderAPI.md
+++ b/docs/financial/OrderAPI.md
@@ -3,7 +3,7 @@
     will be documented and the core code underlying this area may change from version
     to version.
 
-An 'order' is our developer term for a pseudo-entity that maps to the CiviCRM contribution object but also encompasses related entities like memberships, event registrations and unlying financial entities. There is no single 'order' table but the top level order information is stored in the civicrm_contribution table.
+An 'order' is our developer term for a pseudo-entity that maps to the CiviCRM contribution object but also encompasses related entities like memberships, event registrations and underlying financial entities. There is no single 'order' table but the top level order information is stored in the civicrm_contribution table.
 
 The Order API is intended to be used as the primary API for adding, updating, and deleting orders. When using the order api you should
 
-- 
GitLab