diff --git a/core/modules/menu/lib/Drupal/menu/MenuListController.php b/core/modules/menu/lib/Drupal/menu/MenuListController.php
index 64a1c4d..562d6d5 100644
--- a/core/modules/menu/lib/Drupal/menu/MenuListController.php
+++ b/core/modules/menu/lib/Drupal/menu/MenuListController.php
@@ -48,7 +48,7 @@ public function getOperations(EntityInterface $entity) {
     $uri = $entity->uri();
 
     $operations['edit']['title'] = t('Edit menu');
-    $operatuins['edit']['href'] = $uri['path'];
+    $operations['edit']['href'] = $uri['path'];
     $operations['add'] = array(
       'title' => t('Add link'),
       'href' => $uri['path'] . '/add',
