Skip to content

Commit 31d0e58

Browse files
melanietreitingerandrewnicols
authored andcommitted
Remove double word "hook"
1 parent 07bf056 commit 31d0e58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/apis/core/hooks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y
126126

127127
namespace mod_example;
128128

129-
class hooks implements \core\hook\hook\discovery_agent {
129+
class hooks implements \core\hook\discovery_agent {
130130
public static function discover_hooks(): array {
131131
return [
132132
[

versioned_docs/version-4.4/apis/core/hooks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y
126126

127127
namespace mod_example;
128128

129-
class hooks implements \core\hook\hook\discovery_agent {
129+
class hooks implements \core\hook\discovery_agent {
130130
public static function discover_hooks(): array {
131131
return [
132132
[

versioned_docs/version-5.0/apis/core/hooks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y
126126

127127
namespace mod_example;
128128

129-
class hooks implements \core\hook\hook\discovery_agent {
129+
class hooks implements \core\hook\discovery_agent {
130130
public static function discover_hooks(): array {
131131
return [
132132
[

0 commit comments

Comments
 (0)