Skip to content

Commit

Permalink
Fix typos in docs (yiisoft#219) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesha701 authored and samdark committed Jul 27, 2017
1 parent a6e8316 commit dfcc24f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/guide-ru/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Yii::$app->mongodb->createCommand()
->executeBatch('customer');
```

Используя экземпляр соединения выможете получить доступ к базам данным и коллекциям.
Используя экземпляр соединения, вы можете получить доступ к базам данным и коллекциям.
Большинство MongoDB команд доступны через [[\yii\mongodb\Collection]] например:

```php
Expand All @@ -40,4 +40,3 @@ $query->select(['name', 'status'])
// выполнение запроса
$rows = $query->all();
```

0 comments on commit dfcc24f

Please sign in to comment.