From cc5f343ab5ad2d54829d39b28919e3bee741445d Mon Sep 17 00:00:00 2001
From: Chris Burgess <chris@giantrobot.co.nz>
Date: Sun, 26 Mar 2017 11:55:21 +1300
Subject: [PATCH] Correct typo - missing comma

---
 docs/hooks/hook_civicrm_alterBarcode.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/hooks/hook_civicrm_alterBarcode.md b/docs/hooks/hook_civicrm_alterBarcode.md
index bd98866d..b9005c4f 100644
--- a/docs/hooks/hook_civicrm_alterBarcode.md
+++ b/docs/hooks/hook_civicrm_alterBarcode.md
@@ -7,7 +7,7 @@ Available in 4.4+.
 
 ## Definition
 
-     hook_civicrm_alterBarcode( &$data, $type='barcode' $context='name_badge' );
+     hook_civicrm_alterBarcode( &$data, $type='barcode', $context='name_badge' );
 
 ## Parameters
 
@@ -28,4 +28,4 @@ Available in 4.4+.
         // change the encoding of barcode
         $data['current_value'] = $data['event_id'] . '-' . $data['participant_id'] . '-' . $data['contact_id'];
       }
-    }
\ No newline at end of file
+    }
-- 
GitLab