Fix typo in property documentation
authorMatthias Schmidt <gravatronics@live.com>
Mon, 6 Aug 2018 14:15:51 +0000 (16:15 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 6 Aug 2018 14:15:51 +0000 (16:15 +0200)
See #2509

wcfsetup/install/files/lib/form/AbstractFormBuilderForm.class.php

index 345fc40a31823972d15ccea0d5daa654eb1d70b5..6843cfaef703380a4aa3a3bc9656af7806228d59 100644 (file)
@@ -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';