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 a01e640 commit 463a741Copy full SHA for 463a741
README.md
@@ -137,7 +137,7 @@ const container = new Container({
137
```
138
139
### 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.
+> 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.
141
142
###### 1. Container.createChild() method.
143
```typescript
0 commit comments