From 1c4ccac48cd4633c71dea467bc132bec72b7f687 Mon Sep 17 00:00:00 2001 From: gujunmin <3013366498@qq.com> Date: Sat, 26 Sep 2015 11:18:41 +0800 Subject: [PATCH] Update README.md correct 'strutrue' to 'structure' in line 75 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b194073..93ef6b0 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ SVG tags are automatically recognized, and when they are minified, both case-sen ### Working with invalid markup -HTMLMinifier **can't work with invalid or partial chunks of markup**. This is because it parses markup into a tree struture, then modifies it (removing anything that was specified for removal, ignoring anything that was specified to be ingored, etc.), then it creates a markup out of that tree and returns it. +HTMLMinifier **can't work with invalid or partial chunks of markup**. This is because it parses markup into a tree structure, then modifies it (removing anything that was specified for removal, ignoring anything that was specified to be ingored, etc.), then it creates a markup out of that tree and returns it. Input markup (e.g. `

foo`) -- 2.34.1