Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Jan 31, 2017
1 parent 0d92079 commit bc9b18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/docs/the-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _**Note**: If you'd like to see real world examples we have provided you with a
```php
<?php
$gateway = new Gateway;
$gateway->addAction(new CaptureAction));
$gateway->addAction(new CaptureAction);

//CaptureAction does its job.
$gateway->execute($capture = new Capture(array(
Expand Down

0 comments on commit bc9b18f

Please sign in to comment.