From 2e9887924e716127b9780f20571818e6b7cbd500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lorenzo=20Rodr=C3=ADguez?= Date: Wed, 18 Jun 2014 00:22:04 +0200 Subject: [PATCH] Fixed typo --- src/Console/Command/Task/PluginTask.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/Command/Task/PluginTask.php b/src/Console/Command/Task/PluginTask.php index d6096dbb443..46652544f14 100644 --- a/src/Console/Command/Task/PluginTask.php +++ b/src/Console/Command/Task/PluginTask.php @@ -157,7 +157,7 @@ public function bake($plugin) { * Update the app's bootstrap.php file. * * @param string $plugin Name of plugin - * @param boolean $hasAutoloader Whether or there is an autoloader configured for + * @param boolean $hasAutoloader Whether or not there is an autoloader configured for * the plugin * @return void */