Skip to content

Commit bf46cc8

Browse files
committed
fix spelling error
1 parent 1da1305 commit bf46cc8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tencentcloud/data_source_tc_postgresql_instances.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ func dataSourceTencentCloudPostgresqlInstances() *schema.Resource {
3535
"name": {
3636
Type: schema.TypeString,
3737
Optional: true,
38-
Description: "Name of the postgresql instance to be queey.",
38+
Description: "Name of the postgresql instance to be query.",
3939
},
4040
"id": {
4141
Type: schema.TypeString,
4242
Optional: true,
43-
Description: "Name of the postgresql instance to be query.",
43+
Description: "ID of the postgresql instance to be query.",
4444
},
4545
"project_id": {
4646
Type: schema.TypeInt,

website/docs/d/postgresql_instances.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ data "tencentcloud_postgresql_instances" "id" {
3030

3131
The following arguments are supported:
3232

33-
* `id` - (Optional) Name of the postgresql instance to be query.
34-
* `name` - (Optional) Name of the postgresql instance to be queey.
33+
* `id` - (Optional) ID of the postgresql instance to be query.
34+
* `name` - (Optional) Name of the postgresql instance to be query.
3535
* `project_id` - (Optional) Project id of the postgresql instance to be query.
3636
* `result_output_file` - (Optional) Used to save results.
3737

0 commit comments

Comments
 (0)