diff --git a/docs/preprocessors.rst b/docs/preprocessors.rst index e665a40eb..a66636472 100644 --- a/docs/preprocessors.rst +++ b/docs/preprocessors.rst @@ -3,7 +3,7 @@ Preprocessors ============= ChatterBot's :term:`preprocessors` are simple functions that modify the input statement -that a chat bot receives before the statement gets processed by the logic adaper. +that a chat bot receives before the statement gets processed by the logic adapter. Here is an example of how to set preprocessors. The ``preprocessors`` parameter should be a list of strings of the import paths to your preprocessors.