From 6af4c226b17558cca74faee1ebe973fde19f72a8 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 24 Feb 2025 17:58:23 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20Athor=20=E2=80=94>=20Author?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paul --- developer_manual/basics/storage/database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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