Skip to content

Commit

Permalink
Fix typo (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwhex authored and barryvdh committed Jul 3, 2018
1 parent c357944 commit 549c593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Once Composer has installed or updated your packages you need to register TwigBr
],
```

Now find the alliases key, again towards the end of the file, and add 'Twig' => 'TwigBridge\Facade\Twig', to have easier access to the TwigBridge (or Twig_Environment):
Now find the aliases key, again towards the end of the file, and add 'Twig' => 'TwigBridge\Facade\Twig', to have easier access to the TwigBridge (or Twig_Environment):

```php
'aliases' => [
Expand Down

0 comments on commit 549c593

Please sign in to comment.