Skip to content

Commit 1b02c24

Browse files
yairoprosaulotoledo
authored andcommitted
typo correction
1 parent 1f037a9 commit 1b02c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ let user1 = classToPlain(user, { version: 0.5 }); // will contain id and name
668668
let user2 = classToPlain(user, { version: 0.7 }); // will contain id, name and email
669669
let user3 = classToPlain(user, { version: 1 }); // will contain id and name
670670
let user4 = classToPlain(user, { version: 2 }); // will contain id and name
671-
let user5 = classToPlain(user, { version: 2.1 }); // will contain id, name nad password
671+
let user5 = classToPlain(user, { version: 2.1 }); // will contain id, name and password
672672
```
673673

674674
## Сonverting date strings into Date objects

0 commit comments

Comments
 (0)