typo fix [skip ci]

This commit is contained in:
Qiang Xue
2014-10-04 20:10:21 -04:00
parent f15da98f03
commit 3b8025e80d

View File

@@ -126,8 +126,8 @@ The [[yii\log\Target::levels|levels]] property takes an array consisting of one
* `warning`: corresponding to messages logged by [[Yii::warning()]]. * `warning`: corresponding to messages logged by [[Yii::warning()]].
* `info`: corresponding to messages logged by [[Yii::info()]]. * `info`: corresponding to messages logged by [[Yii::info()]].
* `trace`: corresponding to messages logged by [[Yii::trace()]]. * `trace`: corresponding to messages logged by [[Yii::trace()]].
* `profile`: corresponding to messages logged by [[Yii::beginProfile()]], which will be explained in more details * `profile`: corresponding to messages logged by [[Yii::beginProfile()]] and [[Yii::endProfile()]], which will
in the [Profiling](#profiling) subsection. be explained in more details in the [Profiling](#performance-profiling) subsection.
If you do not specify the [[yii\log\Target::levels|levels]] property, it means the target will process messages If you do not specify the [[yii\log\Target::levels|levels]] property, it means the target will process messages
of *any* severity level. of *any* severity level.