Skip to content

Commit

Permalink
Update index.md (apache#11105)
Browse files Browse the repository at this point in the history
Fix json typo in readme for granularitySpec in compaction config example
  • Loading branch information
bergmt2000 authored Apr 13, 2021
1 parent 25db878 commit f60d8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ An example of compaction config is:
{
"dataSource": "wikiticker",
"granularitySpec" : {
"segmentGranularity : "none"
"segmentGranularity" : "none"
}
}
```
Expand Down

0 comments on commit f60d8ea

Please sign in to comment.