Merge pull request #12780 from devnoname120/patch-1

Fix typo Athor —> Author
This commit is contained in:
Marcel Klehr
2025-02-25 13:08:57 +01:00
committed by GitHub

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