X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FMenu%2FMenuLinkTreeInterface.php;h=32a06833e80f65b2bd4ba6878a26667ef75b66fc;hb=refs%2Fheads%2Fd864;hp=8bd3c3810c927ac6fc95fdcf70bb8e7837419fdc;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php b/web/core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php index 8bd3c3810..32a06833e 100644 --- a/web/core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php +++ b/web/core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php @@ -30,7 +30,7 @@ interface MenuLinkTreeInterface { * * Builds menu link tree parameters that: * - Expand all links in the active trail based on route being viewed. - * - Expand the descendents of the links in the active trail whose + * - Expand the descendants of the links in the active trail whose * 'expanded' flag is enabled. * * This only sets the (relatively complex) parameters to achieve the two above