Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/eleven-paws-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"lit-html": patch
---

[comments]: correct typos
2 changes: 1 addition & 1 deletion packages/lit-html/src/async-directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
* recursively run `setConnected()` over the entire tree, without removing any
* children from `_$disconnectableChildren`, since this tree is required to
* re-connect the tree, which does the same operation, simply passing
* `isConnectd: true` down the tree, signaling which callback to run.
* `isConnected: true` down the tree, signaling which callback to run.
*/

import {AttributePart, ChildPart, Disconnectable, Part} from './lit-html.js';
Expand Down