Fix a few small grammar nits.

This commit is contained in:
Sean Chittenden 2016-12-27 15:49:22 -08:00
parent 152b0b1ff6
commit a96f7408dd
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ func resourcePostgreSQLDatabase() *schema.Resource {
Type: schema.TypeString, Type: schema.TypeString,
Optional: true, Optional: true,
Computed: true, Computed: true,
Description: "The ROLE name who owns the database", Description: "The ROLE which owns the database",
}, },
dbTemplateAttr: { dbTemplateAttr: {
Type: schema.TypeString, Type: schema.TypeString,

View File

@ -8,7 +8,7 @@ description: |-
# postgresql\_schema # postgresql\_schema
The ``postgresql_schema`` resource creates and manages a [schema The ``postgresql_schema`` resource creates and manages [schema
objects](https://www.postgresql.org/docs/current/static/ddl-schemas.html) within objects](https://www.postgresql.org/docs/current/static/ddl-schemas.html) within
a PostgreSQL database. a PostgreSQL database.