Skip to content

Commit 413d184

Browse files
daledaviesandrewnicols
authored andcommitted
Fix typo on Forms API page
Corrected moodlform to moodleform
1 parent a8cb5e7 commit 413d184

File tree

5 files changed

+5
-5
lines changed
  • docs/apis/subsystems/form
  • versioned_docs
    • version-4.1/apis/subsystems/form
    • version-4.3/apis/subsystems/form
    • version-4.4/apis/subsystems/form
    • version-4.5/apis/subsystems/form

5 files changed

+5
-5
lines changed

docs/apis/subsystems/form/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function add_action_buttons(
230230

231231
:::important
232232

233-
The `add_action_buttons` function is defined on `moodlform` class, and not a part of `$this->_form`, for example:
233+
The `add_action_buttons` function is defined on the `moodleform` class, and not a part of `$this->_form`, for example:
234234

235235
```php
236236
public function definition() {

versioned_docs/version-4.1/apis/subsystems/form/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public function add_action_buttons(
228228

229229
:::important
230230

231-
The `add_action_buttons` function is defined on `moodlform` class, and not a part of `$this->_form`, for example:
231+
The `add_action_buttons` function is defined on the `moodleform` class, and not a part of `$this->_form`, for example:
232232

233233
```php
234234
public function definition() {

versioned_docs/version-4.3/apis/subsystems/form/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public function add_action_buttons(
228228

229229
:::important
230230

231-
The `add_action_buttons` function is defined on `moodlform` class, and not a part of `$this->_form`, for example:
231+
The `add_action_buttons` function is defined on the `moodleform` class, and not a part of `$this->_form`, for example:
232232

233233
```php
234234
public function definition() {

versioned_docs/version-4.4/apis/subsystems/form/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function add_action_buttons(
230230

231231
:::important
232232

233-
The `add_action_buttons` function is defined on `moodlform` class, and not a part of `$this->_form`, for example:
233+
The `add_action_buttons` function is defined on the `moodleform` class, and not a part of `$this->_form`, for example:
234234

235235
```php
236236
public function definition() {

versioned_docs/version-4.5/apis/subsystems/form/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function add_action_buttons(
230230

231231
:::important
232232

233-
The `add_action_buttons` function is defined on `moodlform` class, and not a part of `$this->_form`, for example:
233+
The `add_action_buttons` function is defined on the `moodleform` class, and not a part of `$this->_form`, for example:
234234

235235
```php
236236
public function definition() {

0 commit comments

Comments
 (0)