We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68d949 commit f96445cCopy full SHA for f96445c
README.md
@@ -829,8 +829,8 @@ const controller = new UserController();
829
const user = controller.getUser();
830
```
831
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".
+the `user` variable will contain only firstName,lastName, email properties because they are
+the exposed variables. email property is also exposed because we metioned the group "user.email".
834
835
## Working with generics[⬆](#table-of-contents)
836
0 commit comments