Skip to content

Commit 987a09e

Browse files
ApertureDevelopmentTimWolla
authored andcommitted
Fix copy and paste mistake in form_fields.md
Fix wrong reference of single-use form fields. Closes #383 [Tim: Adjusted the commit title]
1 parent ce0f128 commit 987a09e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/php/api/form_builder/form_fields.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ The following form fields are specific for certain forms and hardly reusable in
457457

458458
### `BBCodeAttributesFormField`
459459

460-
`DevtoolsProjectExcludedPackagesFormField` is a form field for setting the attributes of a BBCode.
460+
`BBCodeAttributesFormField` is a form field for setting the attributes of a BBCode.
461461

462462

463463
### `DevtoolsProjectExcludedPackagesFormField`
@@ -467,14 +467,14 @@ The following form fields are specific for certain forms and hardly reusable in
467467

468468
### `DevtoolsProjectInstructionsFormField`
469469

470-
`DevtoolsProjectExcludedPackagesFormField` is a form field for setting the installation and update instructions of a devtools project.
470+
`DevtoolsProjectInstructionsFormField` is a form field for setting the installation and update instructions of a devtools project.
471471

472472

473473
### `DevtoolsProjectOptionalPackagesFormField`
474474

475-
`DevtoolsProjectExcludedPackagesFormField` is a form field for setting the optional packages of a devtools project.
475+
`DevtoolsProjectOptionalPackagesFormField` is a form field for setting the optional packages of a devtools project.
476476

477477

478478
### `DevtoolsProjectRequiredPackagesFormField`
479479

480-
`DevtoolsProjectExcludedPackagesFormField` is a form field for setting the required packages of a devtools project.
480+
`DevtoolsProjectRequiredPackagesFormField` is a form field for setting the required packages of a devtools project.

0 commit comments

Comments
 (0)