Skip to content
Snippets Groups Projects
Commit b976fd2c authored by Jess's avatar Jess
Browse files

Issue #3138788 by jungle, sja112, xjm: Fix "autcomplete" typos in core

parent fb33384d
No related branches found
No related tags found
No related merge requests found
......@@ -78,11 +78,11 @@ public function onRequest(RequestEvent $event) {
*/
public function onView(RequestEvent $event) {
$current_route = $this->currentRouteMatch->getRouteName();
$entity_autcomplete_route = [
$entity_autocomplete_route = [
'system.entity_autocomplete',
];
if (in_array($current_route, $entity_autcomplete_route)) {
if (in_array($current_route, $entity_autocomplete_route)) {
if ($this->container->initialized('theme.registry')) {
throw new \Exception('registry initialized');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment