Skip to content

Commit cc225df

Browse files
Updating column name in spec-insert dev guide Data Type (opensearch-project#10005)
* Updating column name in spec-insert dev guide Data Type Signed-off-by: Anton Rubin <[email protected]> * Apply suggestions from code review Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Anton Rubin <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: kolchfa-aws <[email protected]>
1 parent f3392c9 commit cc225df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPER_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ component: query_parameters
125125
<!-- spec_insert_end -->
126126
```
127127

128-
This will insert the query parameters of the `cat.indices` API into the `.md` file with three default columns: `Parameter`, `Type`, and `Description`. You can customize the query parameters table by adding the `columns` argument which accepts a comma-separated list of column names. The available column names are:
128+
This will insert the query parameters of the `cat.indices` API into the `.md` file with three default columns: `Parameter`, `Data type`, and `Description`. You can customize the query parameters table by adding the `columns` argument which accepts a comma-separated list of column names. The available column names are:
129129

130130
- `Parameter`
131-
- `Type`
131+
- `Data type`
132132
- `Description`
133133
- `Required`
134134
- `Default`

0 commit comments

Comments
 (0)