From: Maximilian Grüttemeier <16450982+ApertureDevelopment@users.noreply.github.com> Date: Sun, 25 Jun 2023 12:46:24 +0000 (+0200) Subject: Fix copy and paste mistake in form_fields.md X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Fix copy and paste mistake in form_fields.md Fix wrong reference of single-use form fields. Closes #383 [Tim: Adjusted the commit title] --- diff --git a/docs/php/api/form_builder/form_fields.md b/docs/php/api/form_builder/form_fields.md index b7730cdf..0e7276f7 100644 --- a/docs/php/api/form_builder/form_fields.md +++ b/docs/php/api/form_builder/form_fields.md @@ -457,7 +457,7 @@ The following form fields are specific for certain forms and hardly reusable in ### `BBCodeAttributesFormField` -`DevtoolsProjectExcludedPackagesFormField` is a form field for setting the attributes of a BBCode. +`BBCodeAttributesFormField` is a form field for setting the attributes of a BBCode. ### `DevtoolsProjectExcludedPackagesFormField` @@ -467,14 +467,14 @@ The following form fields are specific for certain forms and hardly reusable in ### `DevtoolsProjectInstructionsFormField` -`DevtoolsProjectExcludedPackagesFormField` is a form field for setting the installation and update instructions of a devtools project. +`DevtoolsProjectInstructionsFormField` is a form field for setting the installation and update instructions of a devtools project. ### `DevtoolsProjectOptionalPackagesFormField` -`DevtoolsProjectExcludedPackagesFormField` is a form field for setting the optional packages of a devtools project. +`DevtoolsProjectOptionalPackagesFormField` is a form field for setting the optional packages of a devtools project. ### `DevtoolsProjectRequiredPackagesFormField` -`DevtoolsProjectExcludedPackagesFormField` is a form field for setting the required packages of a devtools project. +`DevtoolsProjectRequiredPackagesFormField` is a form field for setting the required packages of a devtools project.