Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 495d07a

Browse files
committed
fixed typo
1 parent b1d5c35 commit 495d07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Authorization/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)