Skip to content

Commit 7bb46c3

Browse files
committed
Fixed grammar error in readme.md.
1 parent 23ebedb commit 7bb46c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A tokeniser based HTML document parser and minifier, written in PHP.
1111

1212
An HTML parser, primarily designed for minifying HTML documents, it also enables the document structure to be queried allowing attribute and textnode values to be extracted.
1313

14-
Both parsers are designed around a tokeniser to make the document processing more reliable than regex based minifiers, which are a bit blunt and can be problematic if they match patterns in the wrong places.
14+
The parser is designed around a tokeniser to make the document processing more reliable than regex based minifiers, which are a bit blunt and can be problematic if they match patterns in the wrong places.
1515

1616
The software is also capable of processing and minifying SVG documents.
1717

0 commit comments

Comments
 (0)