Skip to content

Commit a0c8dea

Browse files
Fix typo in Document.yaml (#10447) (#7241)
[upstream:dffa8a1ea30cddef7261bcf818a18c8421c409a1] Signed-off-by: Modular Magician <[email protected]>
1 parent aec2ba2 commit a0c8dea

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.changelog/10447.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

google-beta/services/firestore/resource_firestore_document.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func ResourceFirestoreDocument() *schema.Resource {
8888
"name": {
8989
Type: schema.TypeString,
9090
Computed: true,
91-
Description: `A server defined name for this index. Format:
91+
Description: `A server defined name for this document. Format:
9292
'projects/{{project_id}}/databases/{{database_id}}/documents/{{path}}/{{document_id}}'`,
9393
},
9494
"path": {

website/docs/r/firestore_document.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ In addition to the arguments listed above, the following computed attributes are
173173
* `id` - an identifier for the resource with format `{{name}}`
174174

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

179179
* `path` -

0 commit comments

Comments
 (0)