We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc4276 commit 5fb4038Copy full SHA for 5fb4038
docs/user_guide/plugin_development/streams.rst
@@ -3,8 +3,8 @@ Streams
3
4
Streams are file transfers. It can be used to store documents, index them, send generated content on the fly etc.
5
6
-Waiting for incoming file transferts
7
-------------------------------------
+Waiting for incoming file transfers
+-----------------------------------
8
9
The bot can be sent files from the users. You only have to implement the
10
:func:`~errbot.botplugin.BotPlugin.callback_stream` method on your plugin to be notified for new incoming file
0 commit comments