Skip to content

Commit 9e9c877

Browse files
committed
Improve wording a bit
1 parent 18d3025 commit 9e9c877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/cms/api/document-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Relations can also be connected, disconnected, and set through the Document Serv
4747

4848
## Document objects
4949

50-
Document methods return a document object, which represents one locale (i.e. version) of a content entry grouped under a stable `documentId`. Returned objects typically include:
50+
Document methods return a document object or a list of document objects, which represent a version of a content entry grouped under a stable `documentId`. Returned objects typically include:
5151

5252
- `documentId`: Persistent identifier for the entry across locales and draft/published versions.
5353
- `id`: Database identifier for the specific locale/version record.

0 commit comments

Comments
 (0)