Skip to content

Commit

Permalink
[comments]: correct typos (#2399)
Browse files Browse the repository at this point in the history
correct typos
  • Loading branch information
zh-lx committed Jan 14, 2022
1 parent a638841 commit 5ac025b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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

0 comments on commit 5ac025b

Please sign in to comment.