Skip to content

Commit 7c21bae

Browse files
authored
Merge pull request #970 from andrewnicols/hooksSpeeling
[docs] Fix typos in hooks documentation
2 parents 51e12fe + 7990ca8 commit 7c21bae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/apis/core/hooks/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Any guidelines for callback priority should be described in hook descriptions if
299299
:::caution
300300

301301
Callbacks _are executed during system installation and all upgrades_, the callback
302-
methods must verify the plugin is in correct state. Often the easies way is to
302+
methods must verify the plugin is in correct state. Often the easiest way is to
303303
use function during_initial_install() or version string from the plugin configuration.
304304

305305
:::

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Any guidelines for callback priority should be described in hook descriptions if
154154
:::important
155155

156156
Callbacks _are executed during system installation and all upgrades_, the callback
157-
methods must verify the plugin is in correct state. Often the easies way is to
157+
methods must verify the plugin is in correct state. Often the easiest way is to
158158
use function during_initial_install() or version string from the plugin configuration.
159159

160160
:::

0 commit comments

Comments
 (0)