typo in phpdoc of WysiwygFormContainer::isRequired()
authormutec <mysterycode@mysterycode.de>
Mon, 7 Oct 2019 11:38:01 +0000 (13:38 +0200)
committermutec <mysterycode@mysterycode.de>
Mon, 7 Oct 2019 11:38:01 +0000 (13:38 +0200)
wcfsetup/install/files/lib/system/form/builder/container/wysiwyg/WysiwygFormContainer.class.php

index 68adc7283a5bd3f320eeb43ce41e5b7931c9fe43..4260fa73c1fd30c90147ced17f75877c205f1feb 100644 (file)
@@ -309,8 +309,8 @@ class WysiwygFormContainer extends FormContainer implements IMaximumLengthFormFi
        }
        
        /**
-        * Returns `true` if the wsyiwyg field has to be filled out and returns `false` otherwise.
-        * By default, the wsyiwyg field does not have to be filled out.
+        * Returns `true` if the wysiwyg field has to be filled out and returns `false` otherwise.
+        * By default, the wysiwyg field does not have to be filled out.
         * 
         * @return      bool
         */