From 4b1a5fc6bffc3db136c7e64360721cc09809b815 Mon Sep 17 00:00:00 2001 From: Cosmin Popovici Date: Thu, 8 Feb 2024 19:56:51 +0200 Subject: [PATCH] fix: fetch types typo --- types/posthtml.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/posthtml.d.ts b/types/posthtml.d.ts index 85d18872..99f37149 100644 --- a/types/posthtml.d.ts +++ b/types/posthtml.d.ts @@ -187,7 +187,7 @@ export default interface PostHTMLConfig { }; /** - Configure the tag. + Configure the `` tag behavior. @default {} */