You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/lit-dev-content/site/docs/v2/data/context.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -369,7 +369,7 @@ The `ValueType` type parameter is the type of value that can be provided by this
369
369
370
370
### `@provide()`
371
371
372
-
A property decorator that adds a ContextConsumer controller to the component which will try and retrieve a value for the property via the Context API.
372
+
A property decorator that adds a ContextProvider controller to the component making it respond to any `context-request` events from its children consumer.
Copy file name to clipboardExpand all lines: packages/lit-dev-content/site/docs/v3/data/context.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -367,7 +367,7 @@ The `ValueType` type parameter is the type of value that can be provided by this
367
367
368
368
### `@provide()`
369
369
370
-
A property decorator that adds a ContextConsumer controller to the component which will try and retrieve a value for the property via the Context API.
370
+
A property decorator that adds a ContextProvider controller to the component making it respond to any `context-request` events from its children consumer.
0 commit comments