From 615a1074b0dc8272bc98e430ec8593e699d8aebc Mon Sep 17 00:00:00 2001 From: Timur Melnikov Date: Thu, 23 Oct 2014 21:48:12 +0300 Subject: [PATCH] Update structure-application-components.md --- docs/guide-ru/structure-application-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide-ru/structure-application-components.md b/docs/guide-ru/structure-application-components.md index 50bfd8f2cd..56332fb158 100755 --- a/docs/guide-ru/structure-application-components.md +++ b/docs/guide-ru/structure-application-components.md @@ -34,7 +34,7 @@ 'password' => '', ], - // регистрация "search" компонента с помошью анонимной функции + // регистрация "search" компонента с помощью анонимной функции 'search' => function () { return new app\components\SolrService; },