From: Ulrich-Matthias Schäfer Date: Mon, 25 May 2015 15:01:01 +0000 (+0200) Subject: Typo in specs X-Git-Tag: 1.1.0~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b80db4dc98399a696e14107e9498b2e4d740d7d4;p=svg.js.git Typo in specs --- diff --git a/spec/spec/element.js b/spec/spec/element.js index cc4912b..969d755 100644 --- a/spec/spec/element.js +++ b/spec/spec/element.js @@ -93,7 +93,7 @@ describe('Element', function() { rect = draw.rect(100,100) }) - it('gets the value if the id attribute without an argument', function() { + it('gets the value of the id attribute without an argument', function() { expect(rect.id()).toBe(rect.attr('id')) }) it('sets the value of the id', function() {