diff --git a/source/_posts/2019-12-09-hexo-4-1-released.md b/source/_posts/2019-12-09-hexo-4-1-released.md index 105643ca96..5164601682 100644 --- a/source/_posts/2019-12-09-hexo-4-1-released.md +++ b/source/_posts/2019-12-09-hexo-4-1-released.md @@ -32,7 +32,7 @@ title: Hexo 4.1.0 Released <%- meta_generator() %> ``` * would output `` - * Hexo 3.9.0+ inserts the tag automatically; to get the performance benefit, [`meta_generator:`](/docs/configuration#Extensions) option needs to be disabled, + * Hexo 3.9.0+ inserts the tag automatically; to get the performance benefit (of the `meta_generator` helper), [`meta_generator:`](/docs/configuration#Extensions) option should be disabled, ``` yml _config.yml meta_generator: false