summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 21:28:55 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 21:28:55 +0200
commit2e9893e1da92e6f2f97f2419de4aa7fad1745e31 (patch)
tree46688578ce1077798e57a344eb3c41d97fcaca75 /docs
parentc5ef26c5a919fd971fcd8bad7554ae22f073dbce (diff)
add type structures
Diffstat (limited to 'docs')
-rw-r--r--docs/api/v2/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/v2/README.md b/docs/api/v2/README.md
index e224c2cb4..6171019b6 100644
--- a/docs/api/v2/README.md
+++ b/docs/api/v2/README.md
@@ -340,7 +340,7 @@ The attributes mean the following:
* **enclosures**: A list of enclosure objects,
* **mime**: Mimetype
* **url**: Abitrary long text, location of the enclosure
-* **body**: Abitrary long text, **sanitized (meaning does not have to be escape)**, contains the item's content
+* **body**: Abitrary long text, **sanitized (meaning: does not have to be escape)**, contains the item's content
* **feedId**: 64bit Integer, the item's feed it belongs to
* **isUnread**: Boolean, true if unread, false if read
* **isStarred**: Boolean, true if starred, false if not starred