diff --git a/src/caoscrawler/converters/__init__.py b/src/caoscrawler/converters/__init__.py
index 3ec222334695a210f70396bf0f84b40bc270e4f7..edb7b3633cea2657dc3b9638379a3e57c37c87e4 100644
--- a/src/caoscrawler/converters/__init__.py
+++ b/src/caoscrawler/converters/__init__.py
@@ -18,7 +18,7 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with this program. If not, see <https://www.gnu.org/licenses/>.
 
-"""Submdule containing all default and optional converters."""
+"""Submodule containing all default and optional converters."""
 
 from .. import utils
 from .converters import *
diff --git a/src/doc/converters/standard_converters.rst b/src/doc/converters/standard_converters.rst
index 0520f56b619dcb9329e56e857453a6c1ca2f1d97..f7f18794496e5e658a8abdb5676b562d5e047675 100644
--- a/src/doc/converters/standard_converters.rst
+++ b/src/doc/converters/standard_converters.rst
@@ -369,13 +369,13 @@ are generated by the XMLTagConverter.
 
 
 ZipFileConverter
-----------------
+================
 
 This converter opens zip files, unzips them into a temporary directory and
 exposes its contents as File structure elements.
 
 Usage Example:
-==============
+--------------
 
 .. code-block:: yaml
 
@@ -390,6 +390,7 @@ Usage Example:
            type: File
            match: description.odt$
 
-This converter will match and open files called `example.zip`.
-If the file contains a directory called `experiments` it will be processed further by the respective
-converter in the subtree. The same is true for a file called `description.odt`.
+This converter will match and open files called ``example.zip``. If
+the file contains a directory called ``experiments`` it will be
+processed further by the respective converter in the subtree. The same
+is true for a file called ``description.odt``.