Skip to content

Commit 6bf6774

Browse files
authored
Merge pull request #1292 from daledavies/patch-1
Fix typo on Forms API page
2 parents a8cb5e7 + 413d184 commit 6bf6774

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

  • 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

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)