From 39390fd2bfb1921a254dea9899e6d044dd44ee1f Mon Sep 17 00:00:00 2001 From: jdunk Date: Fri, 10 Feb 2017 00:50:48 +0800 Subject: [PATCH] README.md: just one 'l' in 'alias' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58d7439a..23a5481f 100644 --- a/README.md +++ b/README.md @@ -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' => [