Skip to content

Commit 463a741

Browse files
updated readme
1 parent a01e640 commit 463a741

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
@@ -137,7 +137,7 @@ const container = new Container({
137137
```
138138

139139
### Hierarchical containers.
140-
> If container can't find a value within itself, it will look it up in ascendant containers. There a 3 ways to set a parent for a container.
140+
> If a container can't find a value within itself, it will look it up in ascendant containers. There a 3 ways to set a parent for a container.
141141
142142
###### 1. Container.createChild() method.
143143
```typescript

0 commit comments

Comments
 (0)