Skip to content

Commit

Permalink
Change variable name ougoingMessage to outgoingMessage (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiell authored and mpociot committed Dec 2, 2017
1 parent 1676914 commit b47f109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BotMan.php
Expand Up @@ -53,7 +53,7 @@ class BotMan
protected $message;

/** @var OutgoingMessage|Question */
protected $ougoingMessage;
protected $outgoingMessage;

/** @var string */
protected $driverName;
Expand Down

0 comments on commit b47f109

Please sign in to comment.