Skip to content

Commit

Permalink
Fix #807. Typo in code
Browse files Browse the repository at this point in the history
  • Loading branch information
varya committed Oct 8, 2015
1 parent 03185a4 commit ccd0e56
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 ccd0e56

Please sign in to comment.