Skip to content

Commit f96445c

Browse files
authored
docs: fix typo in readme (#459)
1 parent a68d949 commit f96445c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,8 +829,8 @@ const controller = new UserController();
829829
const user = controller.getUser();
830830
```
831831

832-
the `user` variable will contain only firstName,lastName, email properties becuase they are
833-
the exposed variables. email property is also exposed becuase we metioned the group "user.email".
832+
the `user` variable will contain only firstName,lastName, email properties because they are
833+
the exposed variables. email property is also exposed because we metioned the group "user.email".
834834

835835
## Working with generics[](#table-of-contents)
836836

0 commit comments

Comments
 (0)