diff --git a/docs/guide/concept-behaviors.md b/docs/guide/concept-behaviors.md index 141c7e4..bf4bb05 100644 --- a/docs/guide/concept-behaviors.md +++ b/docs/guide/concept-behaviors.md @@ -249,7 +249,7 @@ $component->detachBehaviors(); Using `TimestampBehavior` ------------------------- -To wrap up, let's take a look at [[yii\behaviors\TimestampBehavior]]. This behavior supports automatically +To wrap up, let's take a look at [[yii\behaviors\TimestampBehavior]]. This behavior supports automatically updating the timestamp attributes of an [[yii\db\ActiveRecord|Active Record]] model anytime the model is saved (e.g., on insert or update). First, attach this behavior to the [[yii\db\ActiveRecord|Active Record]] class that you plan to use: