From db508cf3ca5f2aa4fb7126e3b7f8d2bd4e58a599 Mon Sep 17 00:00:00 2001 From: Dyana Rose Date: Wed, 28 Mar 2018 21:53:38 +0100 Subject: [PATCH] [docs] fix invalid example json (#5547) https://github.com/druid-io/druid/issues/5546 --- docs/content/querying/datasourcemetadataquery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/querying/datasourcemetadataquery.md b/docs/content/querying/datasourcemetadataquery.md index a812c15633b..daee0dfdf30 100644 --- a/docs/content/querying/datasourcemetadataquery.md +++ b/docs/content/querying/datasourcemetadataquery.md @@ -29,7 +29,7 @@ The format of the result is: [ { "timestamp" : "2013-05-09T18:24:00.000Z", "result" : { - "maxIngestedEventTime" : "2013-05-09T18:24:09.007Z", + "maxIngestedEventTime" : "2013-05-09T18:24:09.007Z" } } ] ```