From f60d8ea1c3cb1682fd7bbf2a34a492b0ace5357d Mon Sep 17 00:00:00 2001 From: bergmt2000 Date: Tue, 13 Apr 2021 03:26:36 -0500 Subject: [PATCH] Update index.md (#11105) Fix json typo in readme for granularitySpec in compaction config example --- docs/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/index.md b/docs/configuration/index.md index b56f752f1360..62e36bdde241 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -875,7 +875,7 @@ An example of compaction config is: { "dataSource": "wikiticker", "granularitySpec" : { - "segmentGranularity : "none" + "segmentGranularity" : "none" } } ```