diff --git a/documentation/docs/persistence/typeorm/soft-delete.md b/documentation/docs/persistence/typeorm/soft-delete.md index e8bf1af1d..f67c831c1 100644 --- a/documentation/docs/persistence/typeorm/soft-delete.md +++ b/documentation/docs/persistence/typeorm/soft-delete.md @@ -2,7 +2,7 @@ title: Soft Delete --- -`TypeOrm` supports [soft deletes](https://typeorm.io/#/delete-query-builder/soft-delete). This feature does not delete records but instead updates the column decorated with `@DeletedDateColumn`. +`TypeOrm` supports [soft deletes](https://typeorm.io/#/delete-query-builder/soft-delete). This feature does not delete records but instead updates the column decorated with `@DeleteDateColumn`. Before continuing it is recommended that you read the following. * https://typeorm.io/#/decorator-reference/deletedatecolumn