Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
codermarcel authored and lcobucci committed Mar 24, 2016
1 parent 31499db commit afea8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public function setHeader($name, $value)
public function set($name, $value)
{
if ($this->signature) {
throw new BadMethodCallException('You must unsign before make changes');
throw new BadMethodCallException('You must unsign before making changes');
}

$this->claims[(string) $name] = $this->claimFactory->create($name, $value);
Expand Down

0 comments on commit afea8e6

Please sign in to comment.