From e50395317dee21485a96eaacd6d90866f58b816f Mon Sep 17 00:00:00 2001 From: Juriy Zaytsev Date: Sun, 3 May 2015 17:07:33 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 665bea4..f151d43 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,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 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. Input markup (e.g. `

foo`) -- 2.34.1