Skip to content

Commit

Permalink
Fix typo in comment (#3193)
Browse files Browse the repository at this point in the history
s/comment comment/comment/

Upstreaming cl/465058282
  • Loading branch information
rictic committed Aug 4, 2022
1 parent 84437af commit 325db3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lit-html/src/lit-html.ts
Expand Up @@ -727,8 +727,8 @@ export interface DirectiveParent {
/**
* Returns an HTML string for the given TemplateStringsArray and result type
* (HTML or SVG), along with the case-sensitive bound attribute names in
* template order. The HTML contains comment comment markers denoting the
* `ChildPart`s and suffixes on bound attributes denoting the `AttributeParts`.
* template order. The HTML contains comment markers denoting the `ChildPart`s
* and suffixes on bound attributes denoting the `AttributeParts`.
*
* @param strings template strings array
* @param type HTML or SVG
Expand Down

0 comments on commit 325db3c

Please sign in to comment.