Grammar fix: followings -> following

This commit is contained in:
Nikola Kovacs
2015-04-21 15:08:16 +02:00
parent ebe6c3e7fa
commit f11bdfa2a7
19 changed files with 19 additions and 19 deletions

View File

@@ -59,7 +59,7 @@ interface ActiveQueryInterface extends QueryInterface
* For example, `orders.address` means the `address` relation defined
* in the model class corresponding to the `orders` relation.
*
* The followings are some usage examples:
* The following are some usage examples:
*
* ~~~
* // find customers together with their orders and country