]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Content/Item.php
authorMichael Vogel <icarus@dabo.de>
Sun, 9 Jul 2023 19:18:27 +0000 (21:18 +0200)
committerGitHub <noreply@github.com>
Sun, 9 Jul 2023 19:18:27 +0000 (21:18 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Content/Item.php

index d8e7cecc3c23a18dce69f8536ee6bd47cb399515..d322259b4b4b85742abdbcf528c51a52dd800951 100644 (file)
@@ -670,7 +670,7 @@ class Item
         *
         * @param array $item
         * @param bool $add_media   true = Media is added to the body
-        * @param bool $for_display true = The share block is used for display puposes, false = used for connectors, transport to other systems, ...
+        * @param bool $for_display true = The share block is used for display purposes, false = used for connectors, transport to other systems, ...
         * @return string
         */
        public function createSharedBlockByArray(array $item, bool $add_media = false, bool $for_display = false): string