doc/book/en/B0012-schema-definition.en.txt
changeset 1205 79d33f7db590
parent 1164 88834894d2d7
child 1222 0d5035525a23
--- a/doc/book/en/B0012-schema-definition.en.txt	Wed Apr 01 17:27:15 2009 +0200
+++ b/doc/book/en/B0012-schema-definition.en.txt	Wed Apr 01 17:31:20 2009 +0200
@@ -148,8 +148,8 @@
   not prevent another entity to be selected.
 
 
-Relation definition
--------------------
+Definition of relations
+-----------------------
 
 XXX add note about defining relation type / definition
 
@@ -221,8 +221,8 @@
 Permissions definition
 ``````````````````````
 
-Define permissions is set through to the attribute `permissions` of entities and
-relations types. It defines a dictionnary where the keys are the access types
+Setting permissions is done with the attribute `permissions` of entities and
+relation types. It defines a dictionnary where the keys are the access types
 (action), and the values are the authorized groups or expressions.
 
 For an entity type, the possible actions are `read`, `add`, `update` and
@@ -377,9 +377,9 @@
 Updating your application with your new schema
 ``````````````````````````````````````````````
 
-If you modified your schema, the update is not automatic; this is 
-indeed in general not a good idea.
-Instead, we call a shell on  your application, which is a 
+If you modified your schema, the update is not automatic; indeed, this is 
+in general not a good idea.
+Instead, you call a shell on your application, which is a 
 an interactive python shell, with an appropriate
 cubicweb environment ::