From 325db3c1a44442e6613bcba62ef125936cd7df49 Mon Sep 17 00:00:00 2001 From: Peter Burns Date: Wed, 3 Aug 2022 23:14:25 -0500 Subject: [PATCH] Fix typo in comment (#3193) s/comment comment/comment/ Upstreaming cl/465058282 --- packages/lit-html/src/lit-html.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/lit-html/src/lit-html.ts b/packages/lit-html/src/lit-html.ts index 021378689f..7d0e06e265 100644 --- a/packages/lit-html/src/lit-html.ts +++ b/packages/lit-html/src/lit-html.ts @@ -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