diff options
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", |