diff options
author | Janas Page <janaspage@users.noreply.github.com> | 2014-08-05 16:35:36 -0700 |
---|---|---|
committer | Janas Page <janaspage@users.noreply.github.com> | 2014-08-05 16:35:36 -0700 |
commit | e81d78624d404f7c14c3ea681d1abf2ca54f5399 (patch) | |
tree | 22716d9cc7424a9f3e2a6707db7df49603287012 | |
parent | 624a7ff7b0a9fa8e696eb83bfed79d49a565f45e (diff) | |
download | svg.js-e81d78624d404f7c14c3ea681d1abf2ca54f5399.tar.gz svg.js-e81d78624d404f7c14c3ea681d1abf2ca54f5399.zip |
Correct spelling/typo.
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |