chore: fix typo in using-hooks-more-than-once/en.md
seperate -> separate
This commit is contained in:
parent
e398be6b91
commit
eaa014b39b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ order: 80
|
||||||
---
|
---
|
||||||
|
|
||||||
What if you want to attach more than one method to a hook?
|
What if you want to attach more than one method to a hook?
|
||||||
You could spread them over seperate plugins, but there's a better way.
|
You could spread them over separate plugins, but there's a better way.
|
||||||
|
|
||||||
Rather than assigning a method to your hook, assign an array of methods like this:
|
Rather than assigning a method to your hook, assign an array of methods like this:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue