diff --git a/docs/en/5-templates-syntax.md b/docs/en/5-templates-syntax.md index e95a0923..14d669b1 100644 --- a/docs/en/5-templates-syntax.md +++ b/docs/en/5-templates-syntax.md @@ -440,7 +440,7 @@ block('button').mix()([ { block: 'mixed' }, { block: 'control' } ]); block('header').mix()(function() { return { block: 'mixed' }; }); ``` -You can use addMix mode to add mix. addMix is shortcut of mix: +You can use `addMix()` mode to add mix. `addMix()` is shortcut of `mix()`: ```js addMix()('my_new_mix'); // This is equivalent to following: mix()(function() {