From 4f62ab61688cd5adf4478f6ea2cd576b0657359c Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 9 Jul 2023 21:18:27 +0200 Subject: [PATCH] Update src/Content/Item.php Co-authored-by: Hypolite Petovan --- src/Content/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Content/Item.php b/src/Content/Item.php index d8e7cecc3..d322259b4 100644 --- a/src/Content/Item.php +++ b/src/Content/Item.php @@ -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