Skip to content

Commit e1607dc

Browse files
committed
fixed word
1 parent ba65a89 commit e1607dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/consistency-checks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ function dependencyWasRemovedAndReaddedWithSameName(dependencies: Dependency[],
690690
}
691691
```
692692

693-
If you need to know when an entity is removed, then added with one of the same name, you should use `documentsChanged` instead, as mentioned above, and retrieve the entities of the changed Domain Model in order to compare them to your current list of entity dependencies you have in your custom document. Then you can trigger the checks by saving the document.
693+
If you need to know when an entity is removed, then added another one of the same name, you should use `documentsChanged` instead, as mentioned above, and retrieve the entities of the changed Domain Model in order to compare them to your current list of entity dependencies you have in your custom document. Then you can trigger the checks by saving the document.
694694

695695
```typescript
696696
/* eslint-disable no-console */

0 commit comments

Comments
 (0)