Skip to content

Commit

Permalink
Fix typo in Document.yaml (#10447) (#17870)
Browse files Browse the repository at this point in the history
[upstream:dffa8a1ea30cddef7261bcf818a18c8421c409a1]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Apr 16, 2024
1 parent 71399c7 commit 6ba9bd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changelog/10447.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
2 changes: 1 addition & 1 deletion google/services/firestore/resource_firestore_document.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func ResourceFirestoreDocument() *schema.Resource {
"name": {
Type: schema.TypeString,
Computed: true,
Description: `A server defined name for this index. Format:
Description: `A server defined name for this document. Format:
'projects/{{project_id}}/databases/{{database_id}}/documents/{{path}}/{{document_id}}'`,
},
"path": {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/firestore_document.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ In addition to the arguments listed above, the following computed attributes are
* `id` - an identifier for the resource with format `{{name}}`

* `name` -
A server defined name for this index. Format:
A server defined name for this document. Format:
`projects/{{project_id}}/databases/{{database_id}}/documents/{{path}}/{{document_id}}`

* `path` -
Expand Down

0 comments on commit 6ba9bd3

Please sign in to comment.