Skip to content

Commit f5fbead

Browse files
authored
Fix blog typo (#1382)
1 parent 42d1ed5 commit f5fbead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lit-dev-content/site/blog/2024-10-08-signals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ eventually add signals support directly in Lit's core), and enable interop
7272
between signal-using libraries in the same spirit of the interop that web
7373
components enable.
7474

75-
The new `@lit-labs/signals` package makes it super easy to use thw new
75+
The new `@lit-labs/signals` package makes it super easy to use the new
7676
signals proposal from within your Lit components.
7777

7878
Let’s dive into a few examples...

0 commit comments

Comments
 (0)