From 8756b2591ca9e3779bc507140eea1a85a092f00a Mon Sep 17 00:00:00 2001
From: Eileen McNaughton <emcnaughton@wikimedia.org>
Date: Sat, 26 Oct 2019 09:32:46 +1300
Subject: [PATCH] Update docs/financial/financialentities.md

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

diff --git a/docs/financial/financialentities.md b/docs/financial/financialentities.md
index 5462e441..c3d1e5a0 100644
--- a/docs/financial/financialentities.md
+++ b/docs/financial/financialentities.md
@@ -70,7 +70,7 @@ this item will have a status of 'Unpaid'.
     For historical reasons this may not always be true but [it's the goal](https://github.com/civicrm/civicrm-dev-docs/issues/712).
 
 When a payment is made it might either pay off the line items, or a specific line item, in full. In that case the line item
-status is updated to Paid and an EntityFinancialTrxn record is created in the civicrm_entity_financial_trxn table linking
+status is updated to Paid and an `EntityFinancialTrxn` record is created in the `civicrm_entity_financial_trxn` table linking
 the line item to the payment and specifying the amount paid.
 
 If the line item is paid in part then the status is not updated and the `EntityFinancialTrxn` record specifies the portion
-- 
GitLab