Skip to content

Commit 4234a11

Browse files
authored
Merge pull request #233 from juribabarov/development
Fixing a docs bug
2 parents 0613f5a + 2f2904a commit 4234a11

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/business-objects/src/entities/delete-entity/delete-entity.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function _deleteBoEntityFactory<T>(
5959
* modelName: "HOSPITALBASEDATA",
6060
* pluralEntityName: "employees",
6161
* keyPropertyType: "number", //"string", "number" or "guid"
62-
* entityKeyValue: 1
62+
* keyPropertyValue: 1
6363
* });
6464
* ```
6565
* ---
@@ -83,7 +83,7 @@ export function _deleteBoEntityFactory<T>(
8383
* modelName: "HOSPITALBASEDATA",
8484
* pluralEntityName: "employees",
8585
* keyPropertyType: "number", //"string", "number" or "guid"
86-
* entityKeyValue: 3
86+
* keyPropertyValue: 3
8787
* });
8888
*
8989
* console.log(responseMessage); // Entity does not exist.

0 commit comments

Comments
 (0)