fix: Move references spacing directly below content (#1113)
* fix: Move references spacing directly below content * Child document -> Nested document
This commit is contained in:
@ -439,7 +439,7 @@ export default function Api() {
|
||||
|
||||
<Method method="documents.archive" label="Archive a document">
|
||||
<Description>
|
||||
Archive a document and all of its child documents, if any.
|
||||
Archive a document and all of its nested documents, if any.
|
||||
</Description>
|
||||
<Arguments>
|
||||
<Argument
|
||||
@ -452,7 +452,7 @@ export default function Api() {
|
||||
|
||||
<Method method="documents.delete" label="Delete a document">
|
||||
<Description>
|
||||
Permanantly delete a document and all of its child documents, if
|
||||
Permanantly delete a document and all of its nested documents, if
|
||||
any.
|
||||
</Description>
|
||||
<Arguments>
|
||||
|
Reference in New Issue
Block a user