summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanas Page <janaspage@users.noreply.github.com>2014-08-05 16:35:36 -0700
committerJanas Page <janaspage@users.noreply.github.com>2014-08-05 16:35:36 -0700
commite81d78624d404f7c14c3ea681d1abf2ca54f5399 (patch)
tree22716d9cc7424a9f3e2a6707db7df49603287012
parent624a7ff7b0a9fa8e696eb83bfed79d49a565f45e (diff)
downloadsvg.js-e81d78624d404f7c14c3ea681d1abf2ca54f5399.tar.gz
svg.js-e81d78624d404f7c14c3ea681d1abf2ca54f5399.zip
Correct spelling/typo.
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6abcee3..d44bce4 100755
--- a/README.md
+++ b/README.md
@@ -169,7 +169,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()