diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-05-25 17:01:01 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-05-25 17:01:01 +0200 |
commit | b80db4dc98399a696e14107e9498b2e4d740d7d4 (patch) | |
tree | bbcf8ce7fbc5e262e92ab6662573bc72fadd21e3 | |
parent | 2759ed48a6cd281a71ded8393271842466f398c7 (diff) | |
download | svg.js-b80db4dc98399a696e14107e9498b2e4d740d7d4.tar.gz svg.js-b80db4dc98399a696e14107e9498b2e4d740d7d4.zip |
Typo in specs
-rw-r--r-- | spec/spec/element.js | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |