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
commit 649bd8e90b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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