Commit 57c228ae authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #611 from asdfgh746/develop

Fix Typos
parents 4822f847 9c109849
......@@ -64,7 +64,7 @@ class Bundle {
static::$bundles[$bundle] = array_merge($defaults, $config);
// It is possible for the develoepr to specify auto-loader mappings
// It is possible for the developer to specify auto-loader mappings
// directly on the bundle registration. This provides a convenient
// way to register mappings withuot a bootstrap.
if (isset($config['autoloads']))
......
......@@ -210,7 +210,7 @@ if (defined('STDIN'))
|--------------------------------------------------------------------------
|
| Finally we will register all of the bundles that have been defined for
| the application. None of them will be started, yet but will be setup
| the application. None of them will be started yet, but will be setup
| so that they may be started by the developer at any time.
|
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment