Skip to content

Commit

Permalink
Merge pull request #1279 from Davidyuk/patch-1
Browse files Browse the repository at this point in the history
WALKTHROUGH-BUTTON.md: Fix typo
  • Loading branch information
j0k3r committed Jan 19, 2017
2 parents 34f070f + 19aa835 commit b309b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/button-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2>Font Awesome</h2>
tagNames: ['mark'],
contentDefault: '<b>H</b>',
contentFA: '<i class="fa fa-paint-brush"></i>',
aria: 'Hightlight',
aria: 'Highlight',
action: 'highlight',

init: function () {
Expand Down
2 changes: 1 addition & 1 deletion src/js/extensions/WALKTHROUGH-BUTTON.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ var HighlighterButton = MediumEditor.extensions.button.extend({
tagNames: ['mark'], // nodeName which indicates the button should be 'active' when isAlreadyApplied() is called
contentDefault: '<b>H</b>', // default innerHTML of the button
contentFA: '<i class="fa fa-paint-brush"></i>', // innerHTML of button when 'fontawesome' is being used
aria: 'Hightlight', // used as both aria-label and title attributes
aria: 'Highlight', // used as both aria-label and title attributes
action: 'highlight', // used as the data-action attribute of the button

init: function () {
Expand Down

0 comments on commit b309b2e

Please sign in to comment.