Skip to content

Commit e3b0a01

Browse files
authored
Fix typo in 3.0 launch blog (#1214)
1 parent d5c093d commit e3b0a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lit-dev-content/site/blog/2023-10-10-lit-3.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ We are happy for it to officially graduate and encourage everyone to use it! For
243243

244244
### Context
245245

246-
`@lit/context` is an interoperable system for an element to request data from any of its ancestors. It's useful for shared elements to receive configuration from their environemnt, for elements in a composable plugin system to exhange data, and as an interoperable DOM-based dependency injection system.
246+
`@lit/context` is an interoperable system for an element to request data from any of its ancestors. It's useful for shared elements to receive configuration from their environment, for elements in a composable plugin system to exhange data, and as an interoperable DOM-based dependency injection system.
247247

248248
Start by creating a context using the `createContext()` function. A context acts as a key, for the consumer and provider of the data to identify each other.
249249

0 commit comments

Comments
 (0)