diff --git a/hooks/advanced-topics/index.md b/hooks/advanced-topics/index.md index e2adf52..1c24cbf 100644 --- a/hooks/advanced-topics/index.md +++ b/hooks/advanced-topics/index.md @@ -124,7 +124,7 @@ Some hooks are called multiple times in the course of execution, but you may onl -この場合、フックが何回作動したかを [` did_action()`](https://developer.wordpress.org/reference/functions/did_action/) で確認できます。 +この場合、フックが何回作動したかを [`did_action()`](https://developer.wordpress.org/reference/functions/did_action/) で確認できます。 ``` function wporg_custom() {