We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3732d59 + 299f780 commit 2ffca85Copy full SHA for 2ffca85
1 file changed
README.md
@@ -375,7 +375,7 @@ The HTML output accepts a Javascript object with configuration. Possible options
375
`false`
376
- `matchingMaxComparisons`: perform at most this much comparisons for line matching a block of changes, default is
377
`2500`
378
-- `maxLineSizeInBlockForComparison`: maximum number os characters of the bigger line in a block to apply comparison,
+- `maxLineSizeInBlockForComparison`: maximum number of characters of the bigger line in a block to apply comparison,
379
default is `200`
380
- `compiledTemplates`: object ([Hogan.js](https://github.com/twitter/hogan.js/) template values) with previously
381
compiled templates to replace parts of the html, default is `{}`. For example:
0 commit comments