[TwigBundle] fixed typos

This commit is contained in:
Fabien Potencier 2010-06-03 08:33:54 +02:00
parent 1a3790a636
commit d05cec8a39
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ use Symfony\Framework\TwigBundle\Node\HelperNode;
/**
* Wrapper for the javascripts helper add() method.
*
* {% javascript 'bundles/blog/css/blog.css' %}
* {% javascript 'bundles/blog/js/blog.js' %}
*
* @package Symfony
* @subpackage Framework_TwigBundle
@ -43,6 +43,6 @@ class JavascriptTokenParser extends \Twig_TokenParser
public function getTag()
{
return 'javascripts';
return 'javascript';
}
}