Skip to content

Commit 42798cb

Browse files
avivkellerCopilot
andauthored
Update src/utils/unist.mjs
Co-authored-by: Copilot <[email protected]>
1 parent c1ae1d3 commit 42798cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/unist.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { pointEnd, pointStart } from 'unist-util-position';
44

55
/**
6-
* Escapes HTML entiries ("<" and ">") in a string
6+
* Escapes HTML entities ("<" and ">") in a string
77
* @param {string} string The string
88
*/
99
const escapeHTMLEntities = string =>

0 commit comments

Comments
 (0)