Merge pull request #512 from reustle/docs-typo-fix

Docs typo fix
This commit is contained in:
Rodrigo Fernandes 2023-09-19 22:30:35 +01:00 committed by GitHub
commit 2ffca85422
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -375,7 +375,7 @@ The HTML output accepts a Javascript object with configuration. Possible options
`false` `false`
- `matchingMaxComparisons`: perform at most this much comparisons for line matching a block of changes, default is - `matchingMaxComparisons`: perform at most this much comparisons for line matching a block of changes, default is
`2500` `2500`
- `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,
default is `200` default is `200`
- `compiledTemplates`: object ([Hogan.js](https://github.com/twitter/hogan.js/) template values) with previously - `compiledTemplates`: object ([Hogan.js](https://github.com/twitter/hogan.js/) template values) with previously
compiled templates to replace parts of the html, default is `{}`. For example: compiled templates to replace parts of the html, default is `{}`. For example: