diff --git a/developer_manual/basics/storage/database.rst b/developer_manual/basics/storage/database.rst index 68d37a436..f7c174566 100644 --- a/developer_manual/basics/storage/database.rst +++ b/developer_manual/basics/storage/database.rst @@ -128,7 +128,7 @@ To create a mapper, inherit from the mapper base class and call the parent const * **Optional**: Entity class name, defaults to \\OCA\\MyApp\\Db\\Author in the example below .. code-block:: php - :caption: lib/Db/AthorMapper.php + :caption: lib/Db/AuthorMapper.php