From: Matthias Schmidt Date: Mon, 6 Aug 2018 14:15:51 +0000 (+0200) Subject: Fix typo in property documentation X-Git-Tag: 5.2.0_Alpha_1~364^2~105 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f21b5aa6f2d22f30571f62f998377cb4baea142e;p=GitHub%2FWoltLab%2FWCF.git Fix typo in property documentation See #2509 --- diff --git a/wcfsetup/install/files/lib/form/AbstractFormBuilderForm.class.php b/wcfsetup/install/files/lib/form/AbstractFormBuilderForm.class.php index 345fc40a31..6843cfaef7 100644 --- a/wcfsetup/install/files/lib/form/AbstractFormBuilderForm.class.php +++ b/wcfsetup/install/files/lib/form/AbstractFormBuilderForm.class.php @@ -27,7 +27,7 @@ abstract class AbstractFormBuilderForm extends AbstractForm { /** * action performed by the form - * by default `create` and `update` is supported + * by default `create` and `edit` is supported * @var string */ public $formAction = 'create';