mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
docs: typo in documentation
Fix typo in documentation signal
Fixes #67090
(cherry picked from commit b8d1164e0f)
This commit is contained in:
@@ -33,7 +33,7 @@ Bindings that change over time should read values from [signals](/guide/signals)
|
||||
<!-- Does not necessarily update when `welcomeMessage` changes. -->
|
||||
<p>{{ welcomeMessage }}</p>
|
||||
|
||||
<p>Your color preference is {{ theme() }}.</p> <!-- Always updates when the value of the `name` signal changes. -->
|
||||
<p>Your color preference is {{ theme() }}.</p> <!-- Always updates when the value of the `theme` signal changes. -->
|
||||
`
|
||||
...
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user