From fc05ded1e08b962441837662c37c8448d7a02f4b Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sat, 2 Nov 2013 22:06:26 +0100 Subject: [PATCH] typo --- framework/yii/base/Theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/base/Theme.php b/framework/yii/base/Theme.php index b864412..1d8771f 100644 --- a/framework/yii/base/Theme.php +++ b/framework/yii/base/Theme.php @@ -16,7 +16,7 @@ use yii\helpers\FileHelper; * When [[View]] renders a view file, it will check the [[Application::theme|active theme]] * to see if there is a themed version of the view file exists. If so, the themed version will be rendered instead. * - * A theme is directory consisting of view files which are meant to replace their non-themed counterparts. + * A theme is a directory consisting of view files which are meant to replace their non-themed counterparts. * * Theme uses [[pathMap]] to achieve the view file replacement: *