Skip to content

Commit 2ffca85

Browse files
authored
Merge pull request #512 from reustle/docs-typo-fix
Docs typo fix
2 parents 3732d59 + 299f780 commit 2ffca85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

0 commit comments

Comments
 (0)