diff2html 3.4.42 → 3.4.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -375,7 +375,7 @@ The HTML output accepts a Javascript object with configuration. Possible options
375
375
  `false`
376
376
  - `matchingMaxComparisons`: perform at most this much comparisons for line matching a block of changes, default is
377
377
  `2500`
378
- - `maxLineSizeInBlockForComparison`: maximum number os characters of the bigger line in a block to apply comparison,
378
+ - `maxLineSizeInBlockForComparison`: maximum number of characters of the bigger line in a block to apply comparison,
379
379
  default is `200`
380
380
  - `compiledTemplates`: object ([Hogan.js](https://github.com/twitter/hogan.js/) template values) with previously
381
381
  compiled templates to replace parts of the html, default is `{}`. For example:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diff2html",
3
- "version": "3.4.42",
3
+ "version": "3.4.43",
4
4
  "homepage": "https://diff2html.xyz",
5
5
  "description": "Fast Diff to colorized HTML",
6
6
  "keywords": [