Spelling fixes in documentation

This commit is contained in:
Remco Bloemen
2016-03-09 15:47:12 +01:00
parent ef021056c9
commit bfbce27a65
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ ALTER TABLE users ADD role text NOT NULL DEFAULT 'customer';
```
Besides the main user that PostgREST uses to connect to PostgreSQL
and the anonymous user, we will need two aditional roles for our example:
and the anonymous user, we will need two additional roles for our example:
* admin - to be used by users that access all the system rows.
* customer - to be used when user has restricted access to database rows.