فهرست منبع

Merge pull request #503 from yosmanyga/patch-2

Update doc/translatable.md
Gediminas Morkevicius 12 سال پیش
والد
کامیت
75bd4b73d8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      doc/translatable.md

+ 1 - 1
doc/translatable.md

@@ -674,7 +674,7 @@ Now all translations of Article will be stored and queried from specific table
 Translatable has **AbstractPersonalTranslation** mapped superclass, which must
 Translatable has **AbstractPersonalTranslation** mapped superclass, which must
 be extended and mapped based on your **entity** which you want to translate.
 be extended and mapped based on your **entity** which you want to translate.
 Note: translations are not automapped because of user preference based on cascades
 Note: translations are not automapped because of user preference based on cascades
-or other possible choises, which user can make.
+or other possible choices, which user can make.
 Personal translations uses foreign key constraint which is fully managed by ORM and
 Personal translations uses foreign key constraint which is fully managed by ORM and
 allows to have a collection of related translations. User can use it anyway he likes, etc.:
 allows to have a collection of related translations. User can use it anyway he likes, etc.:
 implementing array access on entity, using left join to fill collection and so on.
 implementing array access on entity, using left join to fill collection and so on.