Skip to content

Commit 91cdfd0

Browse files
authored
docs: fix typos (#420)
1 parent 3e3094b commit 91cdfd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
793793
type 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
/**

0 commit comments

Comments
 (0)