From 550ab675afb3b06ccf52d7c9509a80086ba9db7b Mon Sep 17 00:00:00 2001 From: Todd Pressley Date: Fri, 5 Dec 2025 23:04:16 -0500 Subject: [PATCH] docs(): fix minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25caf0d..708da3a 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ import { * `html` and `svg` [template literal tags](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#tagged_templates) to create either *HTML* or *SVG* content. * `unsafe(content:string)` to inject any content, even *HTML* or *SVG*, anywhere within a node: `
${unsafe('value')}
` * `signal`, `computed`, `effect`, `untracked` and `batch` utilities with [Preact signals](https://github.com/preactjs/signals/blob/main/packages/core/README.md) inspired API, fueled by [alien-signals](https://github.com/stackblitz/alien-signals#readme) - * `Hole` class used internally to resolve `html` and `svg` tags' template and interpolations. This is exported mainly to simplify *TypeScript* relaed signatures. + * `Hole` class used internally to resolve `html` and `svg` tags' template and interpolations. This is exported mainly to simplify *TypeScript* related signatures. * `fragment(content:string, svg?:boolean)` extra utility, used internally to create either *HTML* or *SVG* elements from a string. This is merely a simplification of a manually created `