From 59b20ac1ee289bb279c9f4ce1b24a0ba861c4af2 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 27 Sep 2022 20:14:53 +0200 Subject: [PATCH] Fix typo --- .../application/UI/Base/Layout/ActivityPanel/ActivityPanel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/application/UI/Base/Layout/ActivityPanel/ActivityPanel.php b/sources/application/UI/Base/Layout/ActivityPanel/ActivityPanel.php index f41609ac4..aabe1b1e7 100644 --- a/sources/application/UI/Base/Layout/ActivityPanel/ActivityPanel.php +++ b/sources/application/UI/Base/Layout/ActivityPanel/ActivityPanel.php @@ -780,7 +780,7 @@ class ActivityPanel extends UIBlock } /** - * @return bool True if the entry form shouldbe opened by default, false otherwise. Based on the user pref. or the config. param. by default. + * @return bool True if the entry form should be opened by default, false otherwise. Based on the user pref. or the config. param. by default. * @throws \CoreException * @throws \CoreUnexpectedValue * @throws \MySQLException