Skip to content

Commit

Permalink
Merge pull request #813 from varya/fix/code-typo
Browse files Browse the repository at this point in the history
Fix #807. Typo in code
  • Loading branch information
hannu committed Oct 12, 2015
2 parents 60a0557 + ccd0e56 commit 7f6a756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/wrapper-markup.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function generateSectionWrapperMarkup(sections) {
/* Wrap modifiers */
section.modifiers.forEach(function(modifier) {
/* Wrap modifier markup */
modifier.rederMarkup = modifier.markup;
modifier.renderMarkup = modifier.markup;
modifier.renderMarkup = section.wrapper.replace(wrapperKeyword, modifier.markup);
});

Expand Down

0 comments on commit 7f6a756

Please sign in to comment.