Skip to content

Commit a96f740

Browse files
committed
Fix a few small grammar nits.
1 parent 152b0b1 commit a96f740

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

builtin/providers/postgresql/resource_postgresql_database.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func resourcePostgreSQLDatabase() *schema.Resource {
4747
Type: schema.TypeString,
4848
Optional: true,
4949
Computed: true,
50-
Description: "The ROLE name who owns the database",
50+
Description: "The ROLE which owns the database",
5151
},
5252
dbTemplateAttr: {
5353
Type: schema.TypeString,

website/source/docs/providers/postgresql/r/postgresql_schema.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: |-
88

99
# postgresql\_schema
1010

11-
The ``postgresql_schema`` resource creates and manages a [schema
11+
The ``postgresql_schema`` resource creates and manages [schema
1212
objects](https://www.postgresql.org/docs/current/static/ddl-schemas.html) within
1313
a PostgreSQL database.
1414

0 commit comments

Comments
 (0)