Skip to content

Commit 3b64fed

Browse files
mmoreramfabpot
authored andcommitted
Fixed minor typo - override
1 parent 63d2c4b commit 3b64fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExpressionLanguage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ExpressionLanguage extends BaseExpressionLanguage
2525
{
2626
public function __construct(ParserCacheInterface $cache = null, array $providers = array())
2727
{
28-
// prepend the default provider to let users overide it easily
28+
// prepend the default provider to let users override it easily
2929
array_unshift($providers, new ExpressionLanguageProvider());
3030

3131
parent::__construct($cache, $providers);

0 commit comments

Comments
 (0)