Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/model.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2187,7 +2187,7 @@ export abstract class Model {
public static afterBulkDelete(fn: (options: DestroyOptions) => void): void

/**
* A hook that is run after updating instances in bulk
* A hook that is run before updating instances in bulk
*
* @param name
* @param fn A callback function that is called with options
Expand Down