Skip to content

Commit

Permalink
Fixed typos in Russian translation of concept-behaviors.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 d422460 commit 2d8d94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide-ru/concept-behaviors.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $component->attachBehavior('myBehavior3', [
]);
```

Использование метода [[yii\base\Component::attachBehaviors()]] позволяет прикрепить несколько поведение за раз.
Использование метода [[yii\base\Component::attachBehaviors()]] позволяет прикрепить несколько поведений за раз.
Например,

```php
Expand Down

0 comments on commit 2d8d94b

Please sign in to comment.