From 902684ed27b2120b1a05607eba9c5bdd1842fa64 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 26 Aug 2014 02:38:55 +0400 Subject: [PATCH] Fixed method name in docs --- docs/guide/concept-configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/concept-configurations.md b/docs/guide/concept-configurations.md index 379e40f..cc40e53 100644 --- a/docs/guide/concept-configurations.md +++ b/docs/guide/concept-configurations.md @@ -137,7 +137,7 @@ in the [Applications](structure-applications.md) section and the [Service Locato ### Widget Configurations When using [widgets](structure-widgets.md), you often need to use configurations to customize the widget properties. -Both of the [[yii\base\Widget::widget()]] and [[yii\base\Widget::beginWidget()]] methods can be used to create +Both of the [[yii\base\Widget::widget()]] and [[yii\base\Widget::begin()]] methods can be used to create a widget. They take a configuration array, like the following, ```php