diff --git a/core/modules/aggregator/templates/aggregator-summary-item.html.twig b/core/modules/aggregator/templates/aggregator-summary-item.html.twig
index 74ad9970244c0b2f2342ccaa2acb6f63e7a8a2d2..3cb227908245181376ececc0a9202f2e6267cfaf 100644
--- a/core/modules/aggregator/templates/aggregator-summary-item.html.twig
+++ b/core/modules/aggregator/templates/aggregator-summary-item.html.twig
@@ -4,7 +4,7 @@
  * Default theme implementation for a single feed in a list of feed items.
  *
  * Available variables:
- * - link: Link to item.
+ * - url: URL of item.
  * - age: Age of the item.
  *
  * @see template_preprocess_aggregator_summary_item()