DOCS Grammar fixes

This commit is contained in:
Ingo Schommer 2019-05-23 10:38:56 +12:00
parent 1cb22b665d
commit 75f87ac409

View File

@ -23,7 +23,7 @@ Versioning stage:
Access restrictions:
* "Unprotected file" (default): A file without access restrictions
* "Unprotected file" (default): A file without access restrictions.
* "Protected file": A file with access restrictions.
Note that draft files are always protected, and even published files
can be protected if they have access restrictions.
@ -35,10 +35,10 @@ for example `canView()` (see [permissions](/developer_guides/security/permission
The permission model defines the following actions:
* View: Access file metadata in the database
* Edit: Edit file metadata as well as replacing the file content
* Create: Create file metadata and upload file content
* Delete: Delete file metadata and the file content
* View: Access file metadata in the database.
* Edit: Edit file metadata as well as replacing the file content.
* Create: Create file metadata and upload file content.
* Delete: Delete file metadata and the file content.
* Download: Access the file content, but not the file metadata.
Usually treated the same as "View".