mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 13:58:55 +08:00
fixed typo
This commit is contained in:
@ -500,7 +500,7 @@ you may take the following strategy:
|
||||
[modules](structure-modules.md). These model classes should contain minimal sets of rules and logic that
|
||||
are common among all their usages.
|
||||
* In each [application](structure-applications.md) or [module](structure-modules.md) that uses a model,
|
||||
define a crete model class by extending from the corresponding base model class. The concrete model classes
|
||||
define a concrete model class by extending from the corresponding base model class. The concrete model classes
|
||||
should contain rules and logic that are specific for that application or module.
|
||||
|
||||
For example, in the [Advanced Application Template](tutorial-advanced-app.md), you may define a base model
|
||||
|
||||
Reference in New Issue
Block a user