summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-07-01 21:07:28 +0100
committerwout <wout@impinc.co.uk>2013-07-01 21:07:28 +0100
commitfe8e7a8d48ad9118d3af2fef965e8ddc154facd2 (patch)
tree5bb46af759c844f447d36316902406fa20e76feb /README.md
parent84c4a52c439fc85d5046ea1ebad226e458faf20c (diff)
downloadsvg.js-fe8e7a8d48ad9118d3af2fef965e8ddc154facd2.tar.gz
svg.js-fe8e7a8d48ad9118d3af2fef965e8ddc154facd2.zip
SVG.Set are fabulous
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1d21f55..f63b81b 100644
--- a/README.md
+++ b/README.md
@@ -959,7 +959,7 @@ set.add(rect).add(circle)
set.fill('#ff0')
```
-A quite useful caracteristic of sets is tha ability to accept multiple elemetns at once:
+Quite a useful caracteristic of sets is the ability to accept multiple elements at once:
```javascript
set.add(rect, circle)