summaryrefslogtreecommitdiff
path: root/modules_v4
diff options
context:
space:
mode:
authorYannB64 <yann64@users.noreply.github.com>2021-01-21 18:51:17 +0100
committerGitHub <noreply@github.com>2021-01-21 17:51:17 +0000
commitb62a8ecaef02a45d7e018fdb0f702d4575d8d0de (patch)
tree5894e7937a4f5ed7ee06d2d360384082ed169b3a /modules_v4
parent311f5e5ef5bbbb7274aead90fd3ea8e61fe3a8e5 (diff)
downloadwebtrees-b62a8ecaef02a45d7e018fdb0f702d4575d8d0de.tar.gz
webtrees-b62a8ecaef02a45d7e018fdb0f702d4575d8d0de.tar.bz2
webtrees-b62a8ecaef02a45d7e018fdb0f702d4575d8d0de.zip
Fix typo anoymous->anonymous (#3679)
Fix typo anoymous->anonymous
Diffstat (limited to 'modules_v4')
-rw-r--r--modules_v4/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v4/README.md b/modules_v4/README.md
index a3508c0844..89f4166068 100644
--- a/modules_v4/README.md
+++ b/modules_v4/README.md
@@ -113,7 +113,7 @@ use Fisharebest\Webtrees\Module\PedigreeChartModule;
use Fisharebest\Webtrees\Services\ChartService;
/**
- * Creating an anoymous class will prevent conflicts with other custom modules.
+ * Creating an anonymous class will prevent conflicts with other custom modules.
*/
return new class extends PedigreeChartModule implements ModuleCustomInterface {
use ModuleCustomTrait;