Update README.md
authorJuriy Zaytsev <kangax@gmail.com>
Sun, 3 May 2015 15:07:33 +0000 (17:07 +0200)
committerJuriy Zaytsev <kangax@gmail.com>
Sun, 3 May 2015 15:07:33 +0000 (17:07 +0200)
README.md

index 665bea4..f151d43 100644 (file)
--- 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. `<p id="">foo`)