From 786d59eff8a2b9df1810236fc8ef1dd607b1fa0d Mon Sep 17 00:00:00 2001 From: LucianDex Date: Sun, 27 Dec 2020 02:20:59 +0200 Subject: [PATCH] Fix typo (#5433) --- modules/backend/behaviors/FormController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/backend/behaviors/FormController.php b/modules/backend/behaviors/FormController.php index e7858b63a..01bef3b0c 100644 --- a/modules/backend/behaviors/FormController.php +++ b/modules/backend/behaviors/FormController.php @@ -646,7 +646,7 @@ class FormController extends ControllerBehavior * View helper to render the form fields belonging to the * secondary tabs section. * - * formRenderPrimaryTabs() ?> + * formRenderSecondaryTabs() ?> * * @return string HTML markup * @throws \October\Rain\Exception\ApplicationException if the Form Widget isn't set