Fix copy and paste mistake in form_fields.md 5.4
authorMaximilian Grüttemeier <16450982+ApertureDevelopment@users.noreply.github.com>
Sun, 25 Jun 2023 12:46:24 +0000 (14:46 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 26 Jun 2023 09:53:43 +0000 (11:53 +0200)
Fix wrong reference of single-use form fields.

Closes #383

[Tim: Adjusted the commit title]

docs/php/api/form_builder/form_fields.md

index b7730cdf433c7df590668e5296a350d161d105d0..0e7276f79073aa53cef693272033fc9dece7e41e 100644 (file)
@@ -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.