File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ type ComposeMongooseOpts = {
357357 */
358358 onlyFields? : string [];
359359 /**
360- * You an remove some fields from type via this option.
360+ * You can remove some fields from type via this option.
361361 */
362362 removeFields? : string [];
363363 /**
@@ -390,7 +390,7 @@ type TypeConverterInputTypeOpts = {
390390 */
391391 onlyFields? : string [];
392392 /**
393- * You an remove some fields from type via this option.
393+ * You can remove some fields from type via this option.
394394 */
395395 removeFields? : string [];
396396 /**
@@ -723,7 +723,7 @@ type FilterHelperArgsOpts = {
723723 */
724724 onlyIndexed? : boolean ;
725725 /**
726- * You an remove some fields from type via this option.
726+ * You can remove some fields from type via this option.
727727 */
728728 removeFields? : string | string [];
729729 /**
@@ -792,7 +792,7 @@ type SortHelperArgsOpts = {
792792` ` ` ts
793793type RecordHelperArgsOpts = {
794794 /**
795- * You an remove some fields from type via this option.
795+ * You can remove some fields from type via this option.
796796 */
797797 removeFields? : string [];
798798 /**
You can’t perform that action at this time.
0 commit comments