From fb56d094f0b38d2e50fc8973ba21f207bff532f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Fri, 13 Oct 2023 17:36:40 +0200 Subject: [PATCH] architecture proposal: fix typo --- architecture design proposal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture design proposal.md b/architecture design proposal.md index afca260..21f33a7 100755 --- a/architecture design proposal.md +++ b/architecture design proposal.md @@ -148,7 +148,7 @@ Use WordPress's hook system or a public API function to let other plugins regist - The ActivityPub plugin could provide reusable Traits for common tasks. - Provide useful functions, documentation, and examples for automatic testing of transformers. -- Highly unlikely: The ActivityPub plugin provides an even more height level framework for adding transformers. For example for events the ActivityPub plugin could provide a built-in transformer to the object type `Event` which only needs a mapping (might make things harder, instead of making them easier). See Appendix. +- Highly unlikely: The ActivityPub plugin provides an even more high level framework for adding transformers. For example for events the ActivityPub plugin could provide a built-in transformer to the object type `Event` which only needs a mapping (might make things harder, instead of making them easier). See Appendix. - Highly unlikely: don't use an interface with implementations, (miss)use class extensions.