From 1d7b82efccc790434290009bb2905f61ab8d9398 Mon Sep 17 00:00:00 2001 From: Liam Kearney <76269376+LiamKearn@users.noreply.github.com> Date: Sun, 25 Sep 2022 17:34:16 +1000 Subject: [PATCH] Chore: Correct very minor typo --- code/LeftAndMain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 8b81c77aa..0bb38f714 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -1373,7 +1373,7 @@ public function delete($data, $form) * Retrieves an edit form, either for display, or to process submitted data. * Also used in the template rendered through {@link Right()} in the $EditForm placeholder. * - * This is a "pseudo-abstract" methoed, usually connected to a {@link getEditForm()} + * This is a "pseudo-abstract" method, usually connected to a {@link getEditForm()} * method in an entwine subclass. This method can accept a record identifier, * selected either in custom logic, or through {@link currentPageID()}. * The form usually construct itself from {@link DataObject->getCMSFields()}