Skip to content

Commit

Permalink
syntax fixes in stream docs page (errbotio#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio authored and gbin committed Jan 27, 2017
1 parent cded960 commit ca260d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user_guide/plugin_development/streams.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Streams
=======

Streams are file transferts. It can be used to store documents, index them, send generated content on the fly etc.
Streams are file transfers. It can be used to store documents, index them, send generated content on the fly etc.

Waiting for incoming file transferts
------------------------------------

The bot can be send files from the users. You just have to implement the
The bot can be sent files from the users. You only have to implement the
:func:`~errbot.botplugin.BotPlugin.callback_stream` method on your plugin to be notified for new incoming file
tranfer requests.
transfer requests.

Note: not all backends supports this, check if it has been correctly implemented from the backend itself.

Expand Down

0 comments on commit ca260d9

Please sign in to comment.