We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50388a3 commit 694cf37Copy full SHA for 694cf37
src/lib/object-hooks-base.abstract.ts
@@ -90,7 +90,7 @@ export abstract class ObjectHooksBase<T extends object, Payload = unknown>
90
}
91
92
/**
93
- * @description Sets the `onSetProperty` callback function.
+ * @description Sets the `onSetProperty` callback function.
94
* @public
95
* @param {?OnSetPropertyCallback<T, Payload>} [callbackfn] The callback function to be invoked on set property.
96
* @returns {this} The `this` instance for chaining.
0 commit comments