Skip to content

Commit fb78643

Browse files
authored
docs: fix typo in JSDoc in ExcludeOptions (#1497)
1 parent 1f95dcb commit fb78643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/decorator-options/exclude-options.interface.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
*/
44
export interface ExcludeOptions {
55
/**
6-
* Expose this property only when transforming from plain to class instance.
6+
* Exclude this property only when transforming from plain to class instance.
77
*/
88
toClassOnly?: boolean;
99

1010
/**
11-
* Expose this property only when transforming from class instance to plain object.
11+
* Exclude this property only when transforming from class instance to plain object.
1212
*/
1313
toPlainOnly?: boolean;
1414
}

0 commit comments

Comments
 (0)