Skip to content

Commit

Permalink
docs: fix typo in JSDoc in ExcludeOptions (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoduongkha committed May 2, 2024
1 parent 1f95dcb commit fb78643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/decorator-options/exclude-options.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
*/
export interface ExcludeOptions {
/**
* Expose this property only when transforming from plain to class instance.
* Exclude this property only when transforming from plain to class instance.
*/
toClassOnly?: boolean;

/**
* Expose this property only when transforming from class instance to plain object.
* Exclude this property only when transforming from class instance to plain object.
*/
toPlainOnly?: boolean;
}

0 comments on commit fb78643

Please sign in to comment.