diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 1356d79da9908013fd22173d23ba6ea7e5f0f535..4c1239ab2493023451b19536424017bf94dc161d 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -286,16 +286,11 @@
 /**
  * Twig debugging:
  *
- * When debugging is enabled:
- * - The markup of each Twig template is surrounded by HTML comments which
- *   contain theming information such as template file name suggestions.
- * - The 'dump' function can be used in Twig templates to output information
- *   about template variables.
- * - Twig templates are automatically recompiled whenever the source code
- *   changes (see twig_auto_reload below).
- *
- * For more information about debugging Twig templates, see
- * http://drupal.org/node/1906392.
+ * When enabled, you can use the 'dump' function in Twig templates to output
+ * information about variables, and templates are automatically recompiled
+ * whenever the source code changes.
+ *
+ * @see http://drupal.org/node/1906392
  *
  * Not recommended in production environments (Default: FALSE).
  */