diff --git a/source/includes/resources/deposit/_representation.md b/source/includes/resources/deposit/_representation.md
index 9c976b7..c67ea9f 100644
--- a/source/includes/resources/deposit/_representation.md
+++ b/source/includes/resources/deposit/_representation.md
@@ -18,7 +18,7 @@ The Deposition resource is used for uploading and editing records on Zenodo.
| `record_id`_integer_ | Record identifier. This field is only present for published depositions. |
| `record_url`_url_ | URL to public version of record for this deposition. This field is only present for published depositions. |
| `state`_string_ | One of the values:
* `inprogress`: Deposition metadata can be updated. If deposition is also unsubmitted (see `submitted`) files can be updated as well.
* `done`: Deposition has been published.
* `error`: Deposition is in an error state - contact our support. |
-| `submitted`_bool_ | True of deposition has been published, False otherwise. |
+| `submitted`_bool_ | True if the deposition has been published, False otherwise. |
| `title`_string_ | Title of deposition (automatically set from `metadata`). Defaults to empty string. |