summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/spec/element.js2
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() {