From 6f3c09271d8904ce1f4d1d1b048cdc4e630d2741 Mon Sep 17 00:00:00 2001 From: talitacampos Date: Wed, 2 Dec 2015 15:12:16 -0200 Subject: [PATCH] Update docs --- docs/CHARGE_CREATE_HISTORY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CHARGE_CREATE_HISTORY.md b/docs/CHARGE_CREATE_HISTORY.md index 34147a7..d3a9530 100644 --- a/docs/CHARGE_CREATE_HISTORY.md +++ b/docs/CHARGE_CREATE_HISTORY.md @@ -1,6 +1,6 @@ ## Adding information to charge's history -It is possible to add information to any charge's history. These informations will be listed when [detailing a charge](/docs/CHARGE_DETAIL.md). +It is possible to add information to the history of a charge. These informations will be listed when [detailing a charge](/docs/CHARGE_DETAIL.md). The process to add information to history is shown below: @@ -18,7 +18,7 @@ $options = [ $params = ['id' => 1000]; -$body = ['description' => 'Info to be added to charge\'s history']; +$body = ['description' => 'Info to be added to charges history']; try { $api = new Gerencianet($options);