Skip to content

Commit f87c5fa

Browse files
authored
Merge pull request #68 from binki/patch-1
Fix spelling of “receive”.
2 parents 6f28f2f + 637177b commit f87c5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ someClass.someMethod();
3636
Then you can call `Container.get(SomeClass)` from anywhere in your application
3737
and you'll always have the same instance of `SomeClass`.
3838

39-
In your class's constructor you always recieve as a last argument a container which you can use to get other dependencies.
39+
In your class's constructor you always receive as a last argument a container which you can use to get other dependencies.
4040

4141
```javascript
4242
class BeanFactory {

0 commit comments

Comments
 (0)