Skip to content

Commit

Permalink
Docs: spelling fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
miripiruni committed Sep 22, 2016
1 parent a12b363 commit 3de4092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/5-templates-syntax.md
Expand Up @@ -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() {
Expand Down

0 comments on commit 3de4092

Please sign in to comment.