remove duplicate word from spanner docs (#4896) (#433)

Co-authored-by: Vitalii Turovets <corebug@corebug.net>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Vitalii Turovets <corebug@corebug.net>
This commit is contained in:
The Magician 2021-06-21 10:14:35 -07:00 committed by GitHub
parent 169d26accd
commit a27ca5f788
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -56,9 +56,9 @@ options:
config: config:
description: description:
- The name of the instance's configuration (similar but not quite the same as - The name of the instance's configuration (similar but not quite the same as
a region) which defines defines the geographic placement and replication of a region) which defines the geographic placement and replication of your databases
your databases in this instance. It determines where your data is stored. Values in this instance. It determines where your data is stored. Values are typically
are typically of the form `regional-europe-west1` , `us-central` etc. of the form `regional-europe-west1` , `us-central` etc.
- In order to obtain a valid list please consult the [Configuration section of - In order to obtain a valid list please consult the [Configuration section of
the docs](U(https://cloud.google.com/spanner/docs/instances)). the docs](U(https://cloud.google.com/spanner/docs/instances)).
required: true required: true
@ -159,9 +159,9 @@ name:
config: config:
description: description:
- The name of the instance's configuration (similar but not quite the same as a - The name of the instance's configuration (similar but not quite the same as a
region) which defines defines the geographic placement and replication of your region) which defines the geographic placement and replication of your databases
databases in this instance. It determines where your data is stored. Values are in this instance. It determines where your data is stored. Values are typically
typically of the form `regional-europe-west1` , `us-central` etc. of the form `regional-europe-west1` , `us-central` etc.
- In order to obtain a valid list please consult the [Configuration section of the - In order to obtain a valid list please consult the [Configuration section of the
docs](U(https://cloud.google.com/spanner/docs/instances)). docs](U(https://cloud.google.com/spanner/docs/instances)).
returned: success returned: success

View file

@ -113,9 +113,9 @@ resources:
config: config:
description: description:
- The name of the instance's configuration (similar but not quite the same as - The name of the instance's configuration (similar but not quite the same as
a region) which defines defines the geographic placement and replication of a region) which defines the geographic placement and replication of your databases
your databases in this instance. It determines where your data is stored. in this instance. It determines where your data is stored. Values are typically
Values are typically of the form `regional-europe-west1` , `us-central` etc. of the form `regional-europe-west1` , `us-central` etc.
- In order to obtain a valid list please consult the [Configuration section - In order to obtain a valid list please consult the [Configuration section
of the docs](U(https://cloud.google.com/spanner/docs/instances)). of the docs](U(https://cloud.google.com/spanner/docs/instances)).
returned: success returned: success