docs: typo in documentation

Fix typo in documentation signal

Fixes #67090

(cherry picked from commit b8d1164e0f)
This commit is contained in:
aparziale
2026-02-17 11:29:51 +01:00
committed by Matt Beck
parent 68a3da816b
commit 24d00e9bb3
+1 -1
View File
@@ -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. -->
`
...
})