diff --git a/md/req.md b/md/req.md index 9e5986702e..228aa77283 100644 --- a/md/req.md +++ b/md/req.md @@ -69,7 +69,7 @@ public class Address { } ``` -Bean class must have a ```default constructor``` or a constructor annotated with `javax.inject.Injext`. +Bean class must have a ```default constructor``` or a constructor annotated with `javax.inject.Inject`. ### parameter type and precedence