From 2f8911a2272ce1b1989d6691446354ed84f8cf21 Mon Sep 17 00:00:00 2001 From: Alban Jubert Date: Thu, 30 Aug 2018 10:31:11 +0200 Subject: [PATCH] Readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd61480..5fdf7fa 100644 --- a/README.md +++ b/README.md @@ -281,5 +281,5 @@ In that case, a call to the `load()` method will also automatically trigger a ca The `relationKeyName` property can be used to decide how the relations data will be retrieved from the data parameter. Possible constants values are: -* `SaveRelationsBehavior::RELATION_KEY_FORM_NAME` (default): the key name will be compute using the model [`formName()`](https://www.yiiframework.com/doc/api/2.0/yii-base-model#formName()-detail) method +* `SaveRelationsBehavior::RELATION_KEY_FORM_NAME` (default): the key name will be computed using the model [`formName()`](https://www.yiiframework.com/doc/api/2.0/yii-base-model#formName()-detail) method * `SaveRelationsBehavior::RELATION_KEY_RELATION_NAME`: the relation name as defined in the behavior declarations will be used