Skip to content

Commit e7d9bf5

Browse files
teradrive65kfabpot
authored andcommitted
[DependencyInjection][ErrorHandler][FrameworkBundle][HttpKernel][TwigBridge] Fix "a" before "URL"
1 parent 40b132a commit e7d9bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Routing/DelegatingLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function load(mixed $resource, string $type = null): RouteCollection
5555
// the fatal error from occurring a second time,
5656
// otherwise the PHP process would be killed immediately;
5757
// - while rendering the exception page, the router can be required
58-
// (by e.g. the web profiler that needs to generate an URL);
58+
// (by e.g. the web profiler that needs to generate a URL);
5959
// - this handles the case and prevents the second fatal error
6060
// by triggering an exception beforehand.
6161

0 commit comments

Comments
 (0)