Skip to content

Commit

Permalink
Update packages/lit-dev-content/site/docs/v3/data/signals.md
Browse files Browse the repository at this point in the history
Co-authored-by: Filimon Danopoulos <[email protected]>
  • Loading branch information
justinfagnani and filimon-danopoulos authored Oct 1, 2024
1 parent 07319b4 commit 0d0ed63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lit-dev-content/site/docs/v3/data/signals.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ this will be more significant in templates with lots of logic and bindings.
`@lit-labs/signals` also exports an `html` template tag that will apply the
`watch()` directive automatically to any signal value passed to a binding.

This can be conveient to avoid the extra characters of the `watch()` directive
This can be convenient to avoid the extra characters of the `watch()` directive
or the `signal.get()` calls required without `watch()`.

If you import `html` from `@lit-labs/signals` instead of from `lit`, you will
Expand Down

0 comments on commit 0d0ed63

Please sign in to comment.