File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,15 +63,15 @@ $ npm install html-differ -g
6363** @param ** * {Array of objects}* - the result of the work of the method ` html-differ.diffHtml ` <br >
6464** @param ** * {Object}* - options:<br >
6565
66- * ` charsAroundDiff: Number ` - the number of characters before and after the diff result of two ` HTML ` codes (default: ` 40 ` ).
66+ * ` charsAroundDiff: Number ` - the number of characters around the diff result between two ` HTML ` codes (default: ` 40 ` ).
6767
6868** @returns ** * {String}* - diffs
6969
7070** diff-logger.log** <br >
7171** @param ** * {Array of objects}* - the result of the work of the method ` html-differ.diffHtml ` <br >
7272** @param ** * {Object}* - options:<br >
7373
74- * ` charsAroundDiff: Number ` - the number of characters before and after the diff result of two ` HTML ` codes (default: ` 40 ` ).
74+ * ` charsAroundDiff: Number ` - the number of characters around the diff result between two ` HTML ` codes (default: ` 40 ` ).
7575
7676** @returns ** - pretty logging of diffs:
7777
Original file line number Diff line number Diff line change 11{
22 "name" : " html-differ" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.5.0 " ,
44 "description" : " Compares two html-files" ,
55 "keywords" : [
66 " html-differ" ,
You can’t perform that action at this time.
0 commit comments