diff options
author | Jessica Tallon <jessica@megworld.co.uk> | 2014-12-30 16:01:20 +0100 |
---|---|---|
committer | Jessica Tallon <jessica@megworld.co.uk> | 2014-12-30 16:01:20 +0100 |
commit | 90b78c4a283da1c0dfa2c37859205da49db98eb0 (patch) | |
tree | 77ab703a2baa80fb25306278f46c3b968d9a21bf /docs/source/api/media_interaction.rst | |
parent | 7eac1e6d6b008cc17fac0ded676e61bba6d9689b (diff) | |
download | mediagoblin-90b78c4a283da1c0dfa2c37859205da49db98eb0.tar.lz mediagoblin-90b78c4a283da1c0dfa2c37859205da49db98eb0.tar.xz mediagoblin-90b78c4a283da1c0dfa2c37859205da49db98eb0.zip |
Clean up documentation and add documentation on activities
Diffstat (limited to 'docs/source/api/media_interaction.rst')
-rw-r--r-- | docs/source/api/media_interaction.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/api/media_interaction.rst b/docs/source/api/media_interaction.rst index 41114a71..2c244845 100644 --- a/docs/source/api/media_interaction.rst +++ b/docs/source/api/media_interaction.rst @@ -12,7 +12,7 @@ <http://creativecommons.org/publicdomain/zero/1.0/>. Pump.io supports a number of different interactions that can happen against -media. Theser are commenting, liking/favoriting and (re-)sharing. Currently +media. These are commenting, liking/favoriting and (re-)sharing. Currently MediaGoblin supports just commenting although other interactions will come at a later date. @@ -23,7 +23,7 @@ How to comment .. warning:: Commenting on a comment currently is NOT supported. Commenting is done by posting a comment activity to the users feed. The -activity should look similiar to:: +activity should look similar to:: { "verb": "post", |