Skip to content

Commit

Permalink
Fixed typos in Russian translation of concept-di-container.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
girmate authored and samdark committed Jul 2, 2017
1 parent 2d8d94b commit fba4361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide-ru/concept-di-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class MyClass extends \yii\base\Component
}
```

Метод можно вызвать либо передав экземпляр `\my\heavy\Dependency` самостоятельно, либо использовава
Метод можно вызвать либо передав экземпляр `\my\heavy\Dependency` самостоятельно, либо использовав
[[yii\di\Container::invoke()]]:

```php
Expand Down

0 comments on commit fba4361

Please sign in to comment.