Skip to content

Commit

Permalink
fix typo in code comment (#35375)
Browse files Browse the repository at this point in the history
* fix typo

* Update Container.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
Gummibeer and taylorotwell committed Nov 26, 2020
1 parent c05aef6 commit ae885e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Container/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ protected function resolve($abstract, $parameters = [], $raiseEvents = true)
{
$abstract = $this->getAlias($abstract);

// First we wil fire any event handlers that handle the "before" resolving of
// First we'll fire any event handlers which handle the "before" resolving of
// specific types. This gives some hooks the chance to add various extends
// calls to change the resolution of objects that they're interested in.
if ($raiseEvents) {
Expand Down

0 comments on commit ae885e6

Please sign in to comment.