Skip to content

Commit f9a9612

Browse files
authored
docs: fix typo of AfterRecover example (typeorm#9513)
1 parent 1903af7 commit f9a9612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/listeners-and-subscribers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Example:
193193
```typescript
194194
@Entity()
195195
export class Post {
196-
@AfterSoftRemove()
196+
@AfterRecover()
197197
updateStatus() {
198198
this.status = "recovered"
199199
}

0 commit comments

Comments
 (0)