Skip to content

Commit

Permalink
fix issue #139 typo in method name
Browse files Browse the repository at this point in the history
Issue #139 fix typo in method name dipatchWith() => dispatchWith()
  • Loading branch information
Gummibeer committed Jun 3, 2016
2 parents 5099d49 + 15d88fe commit 7e4e3e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Notifynder/Notifynder.php
Expand Up @@ -316,5 +316,5 @@ public function getCategoriesContainer($name);
* @param $customSenderName
* @return $this
*/
public function dipatchWith($customSenderName);
public function dispatchWith($customSenderName);
}
2 changes: 1 addition & 1 deletion src/Notifynder/NotifynderManager.php
Expand Up @@ -597,7 +597,7 @@ public function getCategoriesContainer($name)
* @param $customSenderName
* @return $this
*/
public function dipatchWith($customSenderName)
public function dispatchWith($customSenderName)
{
$this->eventSender = $customSenderName;

Expand Down

0 comments on commit 7e4e3e2

Please sign in to comment.