]> git.mxchange.org Git - friendica.git/blobdiff - doc/Addons.md
Use the correct ids for the search results
[friendica.git] / doc / Addons.md
index 0121f76d8c594378d7ae0b77f048d870e87c31e6..5a80a9558595f704030867297a58d6e2123f7b71 100644 (file)
@@ -264,7 +264,7 @@ $data = [
 ##### With multiple submit buttons
 ```php
 $data = [
-       'addon'  => 'catavar',
+       'addon'  => 'catavatar',
        'title'  => DI::l10n()->t('Cat Avatar Settings'),
        'html'   => $html,
        'submit' => [
@@ -402,7 +402,7 @@ Called prior to output of personal XRD file.
 
 ### home_content
 Called prior to output home page content, shown to unlogged users.
-`$b` is the HTML sring of section region.
+`$b` is the HTML string of section region.
 
 ### contact_edit
 Called when editing contact details on an individual from the Contacts page.