Skip to content

Commit 32cb5a7

Browse files
authored
Merge pull request #710 from ajcamilo/patch-1
fix typo in Request documentation
2 parents 35879d2 + 2c6d23e commit 32cb5a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

md/req.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class Address {
6969
}
7070
```
7171

72-
Bean class must have a ```default constructor``` or a constructor annotated with `javax.inject.Injext`.
72+
Bean class must have a ```default constructor``` or a constructor annotated with `javax.inject.Inject`.
7373

7474
### parameter type and precedence
7575

0 commit comments

Comments
 (0)