From eaa014b39b2edba8f4126878577b7d1ace14fa73 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 20 Apr 2022 19:13:11 +0900 Subject: [PATCH] chore: fix typo in using-hooks-more-than-once/en.md seperate -> separate --- markdown/dev/guides/plugins/using-hooks-more-than-once/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/guides/plugins/using-hooks-more-than-once/en.md b/markdown/dev/guides/plugins/using-hooks-more-than-once/en.md index 12b567dfedc..2edc8d266c8 100644 --- a/markdown/dev/guides/plugins/using-hooks-more-than-once/en.md +++ b/markdown/dev/guides/plugins/using-hooks-more-than-once/en.md @@ -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: