File tree 2 files changed +2
-2
lines changed
versioned_docs/version-4.3/apis/core/hooks
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ Any guidelines for callback priority should be described in hook descriptions if
299
299
::: caution
300
300
301
301
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
303
303
use function during_initial_install() or version string from the plugin configuration.
304
304
305
305
:::
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ Any guidelines for callback priority should be described in hook descriptions if
154
154
::: important
155
155
156
156
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
158
158
use function during_initial_install() or version string from the plugin configuration.
159
159
160
160
:::
You can’t perform that action at this time.
0 commit comments