From 3de409279fc3603d0c586b3464f9f15f9d2fa1db Mon Sep 17 00:00:00 2001 From: miripiruni Date: Thu, 22 Sep 2016 23:08:07 +0300 Subject: [PATCH] Docs: spelling fixed --- docs/en/5-templates-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {