1
0
Fork 0

chore: fix typo in using-hooks-more-than-once/en.md

seperate -> separate
This commit is contained in:
Ikko Ashimine 2022-04-20 19:13:11 +09:00 committed by GitHub
parent e398be6b91
commit eaa014b39b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ order: 80
---
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: