Skip to content

Commit a3b8634

Browse files
authored
a minor misprint in a code comment
have->has
1 parent 7343716 commit a3b8634

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
@@ -666,7 +666,7 @@ this.http
666666
.map(res => res.json())
667667
.map(res => plainToClass(User, res as Object[]))
668668
.subscribe(users => {
669-
// now "users" is type of User[] and each user have getName() and isAdult() methods available
669+
// now "users" is type of User[] and each user has getName() and isAdult() methods available
670670
console.log(users);
671671
});
672672
```

0 commit comments

Comments
 (0)