Skip to content

Commit

Permalink
Merge pull request #512 from reustle/docs-typo-fix
Browse files Browse the repository at this point in the history
Docs typo fix
  • Loading branch information
rtfpessoa authored Sep 19, 2023
2 parents 3732d59 + 299f780 commit 2ffca85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ The HTML output accepts a Javascript object with configuration. Possible options
`false`
- `matchingMaxComparisons`: perform at most this much comparisons for line matching a block of changes, default is
`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`
- `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:
Expand Down

0 comments on commit 2ffca85

Please sign in to comment.