diff --git a/docs/content/DataSource.md b/docs/content/DataSource.md index 771832627e5..9c9fb017631 100644 --- a/docs/content/DataSource.md +++ b/docs/content/DataSource.md @@ -17,12 +17,12 @@ The table data source is the most common type. It's represented by a string, or ``` ### Union Data Source -This data source unions two table data sources. +This data source unions two or more table data sources. ```json { "type": "union", - "dataSources": ["", "string_value2>"] + "dataSources": ["", "", "", ... ]] } ```