From 299f7800c33eb6a7e5776397704c4d23a4ee7640 Mon Sep 17 00:00:00 2001 From: Shane Reustle Date: Tue, 12 Sep 2023 19:55:53 -0400 Subject: [PATCH] Docs typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de14d76..9760114 100644 --- a/README.md +++ b/README.md @@ -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: