Skip to content

Commit

Permalink
Merge pull request #1569 from ragingwind/fixtypo
Browse files Browse the repository at this point in the history
Fix typo in PRIMER.md
  • Loading branch information
kevinpschaaf committed May 23, 2015
2 parents bbb7110 + 0b0c5c8 commit c2e50c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PRIMER.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ HighlightBehavior = {
},

created: function() {
console.log('Highlighting for ', this, + 'enabled!');
console.log('Highlighting for ', this, 'enabled!');
},

_toggleHighlight: function() {
Expand Down Expand Up @@ -1769,10 +1769,10 @@ Example usage of `my-toolbar`.
background-color: green;
border-radius: 4px;
border: 1px solid gray;
}
};
--my-toolbar-title-theme: {
color: green;
}
};
}
/* Make only toolbars with the .warning class red and bold */
Expand Down

0 comments on commit c2e50c4

Please sign in to comment.