Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
talitacampos committed Dec 2, 2015
1 parent 2092b36 commit 6f3c092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CHARGE_CREATE_HISTORY.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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);
Expand Down

0 comments on commit 6f3c092

Please # to comment.