diff --git a/adev/src/content/reference/roadmap.md b/adev/src/content/reference/roadmap.md
index 05d709101c1..6d506dcadd1 100644
--- a/adev/src/content/reference/roadmap.md
+++ b/adev/src/content/reference/roadmap.md
@@ -154,7 +154,7 @@ This section represents explorations and prototyping of potential future project
As part of this initiative, the language service automatically imports components and pipes in standalone and NgModule-based apps. Additionally, we've added a template diagnostic to highlight unused imports in standalone components, which should help make application bundles smaller.
-
+
We've released the support for local template variables in Angular, see [`@let` docs](https://angular.dev/api/core/@let) for additional information.