From 2c6d23e3abc6f508a0ee9799052c6ee7cedf5336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Camilo?= Date: Wed, 5 Apr 2017 18:23:25 +0100 Subject: [PATCH] fix typo --- md/req.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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