summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWout <wout@impinc.co.uk>2014-09-05 17:26:08 +0200
committerWout <wout@impinc.co.uk>2014-09-05 17:26:08 +0200
commit6b0c1d210cde9d9727c4d656bbdcf814ec838110 (patch)
treeb207e63e34fb1c0ee3decca8b4e678133fb24fd8
parentcf96b482aed39495acc1a10e334cb36e4c1b0afc (diff)
parente81d78624d404f7c14c3ea681d1abf2ca54f5399 (diff)
downloadsvg.js-6b0c1d210cde9d9727c4d656bbdcf814ec838110.tar.gz
svg.js-6b0c1d210cde9d9727c4d656bbdcf814ec838110.zip
Merge pull request #242 from janaspage/patch-2
Correct spelling/typo.
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cb20a54..8066600 100755
--- a/README.md
+++ b/README.md
@@ -167,7 +167,7 @@ The `<defs>` element is a container element for referenced elements. Elements th
var defs = draw.defs()
```
-The defs are also availabel on any other element through the `doc()` method:
+The defs are also available on any other element through the `doc()` method:
```javascript
var defs = rect.doc().defs()