From 987a09e2d151b03f7dc43f5bab536484a137a0a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Gr=C3=BCttemeier?= <16450982+ApertureDevelopment@users.noreply.github.com> Date: Sun, 25 Jun 2023 14:46:24 +0200 Subject: [PATCH] Fix copy and paste mistake in form_fields.md Fix wrong reference of single-use form fields. Closes #383 [Tim: Adjusted the commit title] --- docs/php/api/form_builder/form_fields.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/php/api/form_builder/form_fields.md b/docs/php/api/form_builder/form_fields.md index b7730cdf4..0e7276f79 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.