Skip to content

Commit 2ff2cc8

Browse files
Fix typo (#804)
Update DrupalAutoloader.php Fix typo
1 parent c33bef6 commit 2ff2cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drupal/DrupalAutoloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function register(Container $container): void
8989

9090
// Trigger deprecation error if drupal_root is used.
9191
if (is_string($drupalParams['drupal_root'])) {
92-
trigger_error('The drupal_root parameter is deprecated. Remove it from your configuration. Drupal Root is discoverd automatically.', E_USER_DEPRECATED);
92+
trigger_error('The drupal_root parameter is deprecated. Remove it from your configuration. Drupal Root is discovered automatically.', E_USER_DEPRECATED);
9393
}
9494

9595
$finder = new DrupalFinderComposerRuntime();

0 commit comments

Comments
 (0)