From f4240849048ab2935da5425a5096cb381b10cfc8 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sat, 2 Nov 2013 16:00:23 -0400 Subject: [PATCH] doc fix. --- extensions/composer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/composer/README.md b/extensions/composer/README.md index 1f06083..ab13c08 100644 --- a/extensions/composer/README.md +++ b/extensions/composer/README.md @@ -23,7 +23,7 @@ like the following: } ``` -You may specify a bootstrap class in the `extra` section. The class will be executed each time +You may specify a bootstrap class in the `extra` section. The `init()` method of the class will be executed each time the Yii 2 application is responding to a request. For example, ```json