Skip to content

Commit e30f075

Browse files
authored
Merge pull request #78 from maxint137/master
a minor misprint in a code comment
2 parents a87e56d + a3b8634 commit e30f075

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
@@ -682,7 +682,7 @@ this.http
682682
.map(res => res.json())
683683
.map(res => plainToClass(User, res as Object[]))
684684
.subscribe(users => {
685-
// now "users" is type of User[] and each user have getName() and isAdult() methods available
685+
// now "users" is type of User[] and each user has getName() and isAdult() methods available
686686
console.log(users);
687687
});
688688
```

0 commit comments

Comments
 (0)