From 7d31e45d1eb0ad5bf372e358bd417b3cfa5b45a7 Mon Sep 17 00:00:00 2001 From: Yann Pringault Date: Thu, 29 Oct 2020 14:33:43 +0100 Subject: [PATCH] Fix typo in README --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 649c45c..c302dba 100644 --- a/readme.md +++ b/readme.md @@ -139,7 +139,7 @@ time. Use of `hast-to-hyperscript` can open you up to a [cross-site scripting (XSS)][xss] attack if the hast tree is unsafe. -Use [`hast-util-santize`][sanitize] to make the hast tree safe. +Use [`hast-util-sanitize`][sanitize] to make the hast tree safe. ## Related