Skip to content

Commit

Permalink
FIX: font scale test copywrite
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyfive committed Oct 22, 2015
1 parent 476fe6f commit 98d6083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/buttons/font-scale-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
spec.destroySimditor();
return editor = null;
});
it('should set selection bold after clicking', function() {
it('should set selection font scaled after click menu', function() {
var $p, $span, $text, button, range;
editor.focus();
$p = editor.body.find('p:first');
Expand Down
2 changes: 1 addition & 1 deletion spec/src/buttons/font-scale-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe 'Simditor fontScale button', ->
spec.destroySimditor()
editor = null

it 'should set selection bold after clicking', ->
it 'should set selection font scaled after click menu', ->
editor.focus()

$p = editor.body.find 'p:first'
Expand Down

0 comments on commit 98d6083

Please sign in to comment.