Skip to content

Commit 363ea4d

Browse files
committed
Correct typo
I made typo to be able to correct it. It's the only way to be quicker than @pborelli! ;)
1 parent fb6b2b4 commit 363ea4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function getConfigTreeBuilder()
2929
$treeBuilder = new TreeBuilder();
3030
$rootNode = $treeBuilder->root('dunglas_api');
3131

32-
// We chack if symfony's doctrine bridge is enabled or not to choose the defaultValue for `enable_doctrine_orm`.
32+
// We check if symfony's doctrine bridge is enabled or not to choose the defaultValue for `enable_doctrine_orm`.
3333
$enableDoctrineOrm = interface_exists('\Symfony\Bridge\Doctrine\RegistryInterface');
3434

3535
$rootNode

0 commit comments

Comments
 (0)