diff --git a/docs/financial/orderAPI.md b/docs/financial/orderAPI.md
index 7e08cba03d80f8ddee2ef00129cfcdf6bf6c7e74..0e1dcafd589f6e6d27c426a488d57267fec816ee 100644
--- a/docs/financial/orderAPI.md
+++ b/docs/financial/orderAPI.md
@@ -339,7 +339,7 @@ The simplest first step to migrate off it is to replace the order api call with
 // Start with the same parameters as Contribution.transact.
 $params = $transactParams;
 
-// It would be  better just  to include the relevant params but....
+// It would be better just to include the relevant params but....
 $paymentParams = $transactParams;
 
 $params['contribution_status_id'] = 'Pending';