Merge pull request #1248 from b-slim/patch-1

Fix typo in the query body
This commit is contained in:
Fangjin Yang 2015-03-30 08:20:53 -07:00
commit 9c741d58f4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Data Source Metadata queries return metadata information for a dataSource. It re
```json
{
"queryType" : "dataSourceMetadata",
"dataSource": "sample_datasource",
"dataSource": "sample_datasource"
}
```