Skip to content

Commit

Permalink
fix import of createContext in context.md (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
38elements authored Dec 12, 2023
1 parent 9587499 commit 7dad41c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/lit-dev-content/site/docs/v2/data/context.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ Creates a typed Context object
**Import**:

```ts
import {property} from '@lit-labs/context';
import {createContext} from '@lit-labs/context';
```

**Signature**:
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-dev-content/site/docs/v3/data/context.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Creates a typed Context object
**Import**:

```ts
import {property} from '@lit/context';
import {createContext} from '@lit/context';
```

**Signature**:
Expand Down

0 comments on commit 7dad41c

Please sign in to comment.