Skip to content

Commit

Permalink
Fix copy and paste mistake in form_fields.md
Browse files Browse the repository at this point in the history
Fix wrong reference of single-use form fields.

Closes #383

[Tim: Adjusted the commit title]
  • Loading branch information
ApertureDevelopment authored and TimWolla committed Jun 26, 2023
1 parent ce0f128 commit 987a09e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/php/api/form_builder/form_fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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.

0 comments on commit 987a09e

Please sign in to comment.