Skip to content

Commit

Permalink
docs/guide-ru/structure-controllers.md - typo fixed [add missing brac…
Browse files Browse the repository at this point in the history
…ket]
  • Loading branch information
vchenin committed Apr 28, 2015
1 parent 3bef482 commit 1e3e738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide-ru/structure-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ class SiteController extends Controller

В целом, контроллеры

* могут иметь доступ к данным [запроса]runtime-requests.md);
* могут иметь доступ к данным [запроса](runtime-requests.md);
* могут вызывать методы [моделей](structure-models.md) и других компонентов системы с данными запроса;
* могут использовать [представления](structure-views.md) для формирования ответа;
* не должны заниматься обработкой данных, это должно происходить в [слое моделей](structure-models.md);
Expand Down

0 comments on commit 1e3e738

Please sign in to comment.