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 6f28f2f commit 637177bCopy full SHA for 637177b
README.md
@@ -36,7 +36,7 @@ someClass.someMethod();
36
Then you can call `Container.get(SomeClass)` from anywhere in your application
37
and you'll always have the same instance of `SomeClass`.
38
39
-In your class's constructor you always recieve as a last argument a container which you can use to get other dependencies.
+In your class's constructor you always receive as a last argument a container which you can use to get other dependencies.
40
41
```javascript
42
class BeanFactory {
0 commit comments