diff core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
line wrap: on
line diff
--- a/core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php	Tue Jul 10 15:07:59 2018 +0100
+++ b/core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php	Thu Feb 28 13:21:36 2019 +0000
@@ -30,7 +30,7 @@
    *
    * 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