refactor: Rename instances of data resource to document

This commit is contained in:
Joachim Van Herwegen
2020-10-14 14:24:12 +02:00
parent b896004bac
commit 626b3114f4
3 changed files with 7 additions and 7 deletions

View File

@@ -339,7 +339,7 @@ export class DataAccessorBasedStore implements ResourceStore {
/**
* Create containers starting from the root until the given identifier corresponds to an existing container.
* Will throw errors if the identifier of the last existing "container" corresponds to an existing data resource.
* Will throw errors if the identifier of the last existing "container" corresponds to an existing document.
* @param container - Identifier of the container which will need to exist.
*/
protected async createRecursiveContainers(container: ResourceIdentifier): Promise<void> {