Fix typo Athor —> Author

Signed-off-by: Paul <devnoname120@gmail.com>
This commit is contained in:
Paul
2025-02-24 17:58:23 +01:00
committed by GitHub
parent ad833fbc40
commit 6af4c226b1

View File

@@ -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
<?php