]> git.mxchange.org Git - friendica.git/commitdiff
spelling: and
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 21:52:57 +0000 (17:52 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 22:02:15 +0000 (18:02 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
doc/Addons.md

index df18ea62f207f11848299fb4977b8af6818c886c..0121f76d8c594378d7ae0b77f048d870e87c31e6 100644 (file)
@@ -44,7 +44,7 @@ Uninstalling an addon automatically unregisters any hook it registered, but if y
 
 The install and uninstall functions will be called (i.e. re-installed) if the addon changes after installation.
 Therefore your uninstall should not destroy data and install should consider that data may already exist.
-Future extensions may provide for "setup" amd "remove".
+Future extensions may provide for "setup" and "remove".
 
 ## PHP addon hooks